Ryu-m0m commited on
Commit
9ac9769
1 Parent(s): 6530ab4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -152,7 +152,7 @@ st.markdown("Choose a topic. Don't forget to put your 🤗 token!")
152
  st.link_button("Get Token Here", "https://huggingface.co/settings/tokens")
153
 
154
  # Input box for the user to type their message
155
- user_input = st.text_input("You: ", "")
156
 
157
  # Generate response and update conversation history
158
  if user_input:
 
152
  st.link_button("Get Token Here", "https://huggingface.co/settings/tokens")
153
 
154
  # Input box for the user to type their message
155
+ user_input = st.text_input("You: ", "", placeholder="Type your question here...")
156
 
157
  # Generate response and update conversation history
158
  if user_input: