Spaces:
Runtime error
Runtime error
Dagfinn1962
commited on
Commit
•
5f49616
1
Parent(s):
55328ec
Update app.py
Browse files
app.py
CHANGED
@@ -119,7 +119,7 @@ with gr.Blocks(theme=gr.themes.Glass(primary_hue=gr.themes.colors.blue, secondar
|
|
119 |
label="chat",
|
120 |
value="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",
|
121 |
show_label=False,
|
122 |
-
display=
|
123 |
)
|
124 |
chatbot = gr.Chatbot().style(height=400)
|
125 |
with gr.Row():
|
|
|
119 |
label="chat",
|
120 |
value="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",
|
121 |
show_label=False,
|
122 |
+
display=False
|
123 |
)
|
124 |
chatbot = gr.Chatbot().style(height=400)
|
125 |
with gr.Row():
|