Spaces:
Sleeping
Sleeping
Commit
·
528a70d
1
Parent(s):
8b41c42
Update app.py
Browse files
app.py
CHANGED
@@ -23,7 +23,7 @@ def get_text():
|
|
23 |
user_input=get_text()
|
24 |
response = load_answer(user_input)
|
25 |
|
26 |
-
submit = st.button('
|
27 |
|
28 |
#If generate button is clicked
|
29 |
if submit:
|
|
|
23 |
user_input=get_text()
|
24 |
response = load_answer(user_input)
|
25 |
|
26 |
+
submit = st.button('Submit')
|
27 |
|
28 |
#If generate button is clicked
|
29 |
if submit:
|