Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -7,4 +7,4 @@ topic = st.text_input("Enter your topic / keywords here..")
|
|
7 |
|
8 |
if st.button("Get Resposne") and topic:
|
9 |
resposnse = get_quote(topic)
|
10 |
-
st.write(
|
|
|
7 |
|
8 |
if st.button("Get Resposne") and topic:
|
9 |
resposnse = get_quote(topic)
|
10 |
+
st.write(resposnse)
|