mathslearn commited on
Commit
cb3a677
1 Parent(s): f10dada

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -26,7 +26,7 @@ st.text_input("Enter text here", key="widget", on_change=submit)
26
 
27
  query = st.session_state.my_text
28
 
29
- st.write(query)
30
 
31
  # Set the logo URL
32
  #logo_url = "https://huggingface.co/spaces/mathslearn/chatbot_test_streamlit/blob/main/logo.jpeg"
 
26
 
27
  query = st.session_state.my_text
28
 
29
+ #st.write(query)
30
 
31
  # Set the logo URL
32
  #logo_url = "https://huggingface.co/spaces/mathslearn/chatbot_test_streamlit/blob/main/logo.jpeg"