Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -7,7 +7,7 @@ import streamlit as st
|
|
7 |
|
8 |
def Chatbot():
|
9 |
st.title("Chatbot")
|
10 |
-
if query
|
11 |
|
12 |
st.write(Hello)
|
13 |
|
|
|
7 |
|
8 |
def Chatbot():
|
9 |
st.title("Chatbot")
|
10 |
+
if query := st.chat_input("enter your message"):
|
11 |
|
12 |
st.write(Hello)
|
13 |
|