ramhemanth580 commited on
Commit
919bc5a
1 Parent(s): 8fdd3b6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -69,7 +69,7 @@ response_container = st.container()
69
  # container for text box
70
  textcontainer = st.container()
71
 
72
-
73
  with textcontainer:
74
  query = st.text_input("Query: ", key="input")
75
  if query:
 
69
  # container for text box
70
  textcontainer = st.container()
71
 
72
+ #Coverstion UI
73
  with textcontainer:
74
  query = st.text_input("Query: ", key="input")
75
  if query: