Spaces:
Runtime error
Runtime error
message_textbox
#20
by
HugoLaurencon
- opened
- 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,
|