Ankush05 commited on
Commit
1f18837
·
1 Parent(s): 51a81d8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -7,7 +7,9 @@ import streamlit as st
7
 
8
  def Chatbot():
9
  st.title("Chatbot")
10
- query = st.chat_input("enter your message"):
 
 
11
 
12
 
13
 
 
7
 
8
  def Chatbot():
9
  st.title("Chatbot")
10
+ if query = st.chat_input("enter your message"):
11
+
12
+ st.write(Hello)
13
 
14
 
15