Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -208,10 +208,10 @@ def proximity_search( question ):
|
|
208 |
return "\n".join(documents)
|
209 |
|
210 |
# Streamlit UI
|
211 |
-
st.title("π
|
212 |
|
213 |
# User input in Streamlit
|
214 |
-
user_input = st.
|
215 |
|
216 |
if user_input:
|
217 |
|
|
|
208 |
return "\n".join(documents)
|
209 |
|
210 |
# Streamlit UI
|
211 |
+
st.title("π Policy Maker")
|
212 |
|
213 |
# User input in Streamlit
|
214 |
+
user_input = st.chat_input("Type your message...")
|
215 |
|
216 |
if user_input:
|
217 |
|