bhadresh-savani commited on
Commit
871bf2e
·
1 Parent(s): 508c3e2

change button position

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -27,6 +27,8 @@ def main():
27
  "Please Choose the Model",
28
  ("t5-base-wikisplit","t5-v1_1-base-wikisplit", "byt5-base-wikisplit","t5-large-wikisplit"))
29
 
 
 
30
  st.sidebar.write('''
31
  ## Applications:
32
  * Sentence Simplification
@@ -34,7 +36,6 @@ def main():
34
  * Sentence Rephrase
35
  ''')
36
 
37
- change_example = st.sidebar.button("Try Different Example")
38
 
39
  st.sidebar.write("[More Exploration](https://github.com/bhadreshpsavani/t5-sentence-split)")
40
 
 
27
  "Please Choose the Model",
28
  ("t5-base-wikisplit","t5-v1_1-base-wikisplit", "byt5-base-wikisplit","t5-large-wikisplit"))
29
 
30
+ change_example = st.sidebar.button("Try Different Example")
31
+
32
  st.sidebar.write('''
33
  ## Applications:
34
  * Sentence Simplification
 
36
  * Sentence Rephrase
37
  ''')
38
 
 
39
 
40
  st.sidebar.write("[More Exploration](https://github.com/bhadreshpsavani/t5-sentence-split)")
41