Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
|
@@ -468,7 +468,7 @@ if not st.session_state.get("chat_started", False):
|
|
| 468 |
|
| 469 |
|
| 470 |
|
| 471 |
-
prompt = st.chat_input("")
|
| 472 |
if prompt :
|
| 473 |
|
| 474 |
st.session_state["chat_started"] = True
|
|
|
|
| 468 |
|
| 469 |
|
| 470 |
|
| 471 |
+
prompt = st.chat_input(placeholder="Type your prompt here")
|
| 472 |
if prompt :
|
| 473 |
|
| 474 |
st.session_state["chat_started"] = True
|