Update app.py
Browse files
app.py
CHANGED
@@ -18,7 +18,4 @@ submit = st.button("Ask")
|
|
18 |
|
19 |
if submit:
|
20 |
output = load_answer(user_input)
|
21 |
-
st.write(output)
|
22 |
-
|
23 |
-
if __name__ == "__main__":
|
24 |
-
st.run()
|
|
|
18 |
|
19 |
if submit:
|
20 |
output = load_answer(user_input)
|
21 |
+
st.write(output)
|
|
|
|
|
|