Spaces:
Running
on
Zero
Running
on
Zero
Update main.py
Browse files
main.py
CHANGED
@@ -184,10 +184,6 @@ gradio.ChatInterface(
|
|
184 |
chatbot=gradio.Chatbot(
|
185 |
show_label=False, show_copy_button=True, value=[[None, GREETING]]
|
186 |
),
|
187 |
-
css = ".logo img { height: 25% }"
|
188 |
-
".contain { display: flex; flex-direction: column; }"
|
189 |
-
"#component-0, #component-3, #component-8 { height: 100% !important; }"
|
190 |
-
"#chatbot { flex-grow: 1; overflow: auto;}",
|
191 |
retry_btn=None,
|
192 |
undo_btn=None,
|
193 |
clear_btn=None,
|
|
|
184 |
chatbot=gradio.Chatbot(
|
185 |
show_label=False, show_copy_button=True, value=[[None, GREETING]]
|
186 |
),
|
|
|
|
|
|
|
|
|
187 |
retry_btn=None,
|
188 |
undo_btn=None,
|
189 |
clear_btn=None,
|