abaliyan commited on
Commit
7ebe984
1 Parent(s): e32f8a3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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(response)
 
7
 
8
  if st.button("Get Resposne") and topic:
9
  resposnse = get_quote(topic)
10
+ st.write(resposnse)