Wajahat698 commited on
Commit
a9e00d3
·
verified ·
1 Parent(s): 9f9a0c9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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