awacke1 commited on
Commit
3430c63
β€’
1 Parent(s): 7ca07c7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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("Name")
199
- message = st.text_input("Message")
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