pere commited on
Commit
21b7bc1
1 Parent(s): decd3a3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -2
app.py CHANGED
@@ -33,7 +33,11 @@ optionx = st.sidebar.selectbox(
33
  "Examples:",
34
  ("tirsdag var travel for ukrainas president volodymyr zelenskyj på morgenen tok han imot polens statsminister mateusz morawiecki","tirsdagvartravelforukrainaspresidentvolodymyrzelenskyjpåkveldentokhanimotpolensstatsministermateuszmorawiecki","deterikkelettåholderedepåstoreogsmåbokstavermanmåforeksempelhuskestorforbokstavnårmanskriveromkrimhalvøyamenkunbrukelitenforbokstavnårmanhenvisertilenkrimroman","detteerenlitendemosomerlagetavperegilkummervoldhanerenforskersomtidligerejobbetvednasjonalbiblioteketimoirana"))
35
 
36
- st.sidebar.write("You can use the examples above, but for best effect: Copy text from the Internet, and remove spaces, puctation, cases etc. Try to restore the text.")
 
 
 
 
37
 
38
  col1, col2, col3 = st.columns([1,1,1])
39
  with col1:
@@ -43,8 +47,9 @@ with col2:
43
  with col3:
44
  st.button('Remove Spaces')
45
 
46
- text = st.text_area(f"Corrupted text: ",key="ta" ,max_chars=1000, value= "No text in here…")
47
 
 
48
 
49
 
50
  #st.text("Fixed text: ")
 
33
  "Examples:",
34
  ("tirsdag var travel for ukrainas president volodymyr zelenskyj på morgenen tok han imot polens statsminister mateusz morawiecki","tirsdagvartravelforukrainaspresidentvolodymyrzelenskyjpåkveldentokhanimotpolensstatsministermateuszmorawiecki","deterikkelettåholderedepåstoreogsmåbokstavermanmåforeksempelhuskestorforbokstavnårmanskriveromkrimhalvøyamenkunbrukelitenforbokstavnårmanhenvisertilenkrimroman","detteerenlitendemosomerlagetavperegilkummervoldhanerenforskersomtidligerejobbetvednasjonalbiblioteketimoirana"))
35
 
36
+
37
+ st.sidebar.write("This web app adds spaces, punctation and capitalisation back into the text.")
38
+ st.sidebar.write("You can use the examples below, but too really test the effect of the model: Write or copy text from the Internet, and then use the buttons to remove spaces, puctation, cases etc. Try to restore the text.")
39
+
40
+
41
 
42
  col1, col2, col3 = st.columns([1,1,1])
43
  with col1:
 
47
  with col3:
48
  st.button('Remove Spaces')
49
 
50
+ text = st.text_area(f"",max_chars=1000, value= "")
51
 
52
+ run = st.button('Run DeUnCaser')
53
 
54
 
55
  #st.text("Fixed text: ")