Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -10,8 +10,9 @@ def get_text():
|
|
10 |
input_text = st.text_input("You: ", key="input")
|
11 |
return input_text
|
12 |
|
13 |
-
|
14 |
user_input = get_text()
|
|
|
15 |
|
16 |
|
17 |
loader = TextLoader('India.txt')
|
|
|
10 |
input_text = st.text_input("You: ", key="input")
|
11 |
return input_text
|
12 |
|
13 |
+
|
14 |
user_input = get_text()
|
15 |
+
submit = st.button('Get Answer')
|
16 |
|
17 |
|
18 |
loader = TextLoader('India.txt')
|