Spaces:
Runtime error
Runtime error
fix: please write your name here
Browse files
app.py
CHANGED
@@ -892,7 +892,7 @@ textbox_whoareu = gr.Textbox(
|
|
892 |
container=False,
|
893 |
show_label=False,
|
894 |
lines=1,
|
895 |
-
placeholder="
|
896 |
)
|
897 |
|
898 |
class ChatInterface(gr.ChatInterface):
|
|
|
892 |
container=False,
|
893 |
show_label=False,
|
894 |
lines=1,
|
895 |
+
placeholder="Please write your name here ...",
|
896 |
)
|
897 |
|
898 |
class ChatInterface(gr.ChatInterface):
|