kavansaun commited on
Commit
e9efe83
·
verified ·
1 Parent(s): db9600c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -90,5 +90,5 @@ with gr.Blocks(theme=gr.themes.Monochrome(),css="footer{display:none !important}
90
 
91
  txt.submit(fn = return_sent, inputs = None, outputs = txt)
92
  txt.submit(fn = predict_prompt, inputs = [txt, user_id], outputs = Chatbot, show_progress = 'hidden') # Adding the messages into the row with gradio.
93
-
94
  chatblock.launch() # launch!
 
90
 
91
  txt.submit(fn = return_sent, inputs = None, outputs = txt)
92
  txt.submit(fn = predict_prompt, inputs = [txt, user_id], outputs = Chatbot, show_progress = 'hidden') # Adding the messages into the row with gradio.
93
+ Chatbot.change(placeholder = initial_message)
94
  chatblock.launch() # launch!