Spaces:
Runtime error
Runtime error
Commit
•
4e6fedf
1
Parent(s):
580d247
message_textbox (#20)
Browse files- message in textbox (196f21ec010ec5cc1305d7b1497eeaaedea40c9f)
Co-authored-by: Hugo Laurençon <HugoLaurencon@users.noreply.huggingface.co>
- 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,
|