Update app.py
Browse files
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:
|