Spaces:
Running
on
Zero
Running
on
Zero
Update main.py
Browse files
main.py
CHANGED
@@ -137,8 +137,7 @@ gradio.ChatInterface(
|
|
137 |
chatbot = gradio.Chatbot(
|
138 |
show_label=False,
|
139 |
show_copy_button=True,
|
140 |
-
value=[["", GREETING]]
|
141 |
-
css=CSS
|
142 |
),
|
143 |
retry_btn = None,
|
144 |
undo_btn = None,
|
@@ -146,4 +145,5 @@ gradio.ChatInterface(
|
|
146 |
theme = "monochrome",
|
147 |
cache_examples = True,
|
148 |
fill_height = True,
|
|
|
149 |
).launch(debug=True)
|
|
|
137 |
chatbot = gradio.Chatbot(
|
138 |
show_label=False,
|
139 |
show_copy_button=True,
|
140 |
+
value=[["", GREETING]]
|
|
|
141 |
),
|
142 |
retry_btn = None,
|
143 |
undo_btn = None,
|
|
|
145 |
theme = "monochrome",
|
146 |
cache_examples = True,
|
147 |
fill_height = True,
|
148 |
+
css=CSS
|
149 |
).launch(debug=True)
|