Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -195,8 +195,8 @@ StreamlitWikipediaChat - where learning meets fun! π€π""")
|
|
195 |
def main():
|
196 |
st.title("Streamlit Chat")
|
197 |
|
198 |
-
name = st.text_input("
|
199 |
-
message = st.text_input("
|
200 |
if st.button("Submit"):
|
201 |
|
202 |
# wiki
|
|
|
195 |
def main():
|
196 |
st.title("Streamlit Chat")
|
197 |
|
198 |
+
name = st.text_input("Enter your name")
|
199 |
+
message = st.text_input("Enter a topic to share from Wikipedia")
|
200 |
if st.button("Submit"):
|
201 |
|
202 |
# wiki
|