HugoLaurencon HF staff commited on
Commit
196f21e
1 Parent(s): 580d247

message in textbox

Browse files
Files changed (1) hide show
  1. app_dialogue.py +1 -0
app_dialogue.py CHANGED
@@ -325,6 +325,7 @@ def format_user_prompt_with_im_history_and_system_conditioning(
325
  # problematic_callback = gr.CSVLogger()
326
 
327
  textbox = gr.Textbox(
 
328
  show_label=False,
329
  # value="Describe the battle against the fierce dragons.",
330
  visible=True,
 
325
  # problematic_callback = gr.CSVLogger()
326
 
327
  textbox = gr.Textbox(
328
+ placeholder="Send a message",
329
  show_label=False,
330
  # value="Describe the battle against the fierce dragons.",
331
  visible=True,