Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -297,7 +297,7 @@ logger.info("start block")
|
|
297 |
with gr.Blocks(
|
298 |
title=f"{Path(model_loc).name}",
|
299 |
theme=gr.themes.Soft(text_size="sm", spacing_size="sm"),
|
300 |
-
css=css,
|
301 |
) as block:
|
302 |
# chatbot = gr.Chatbot().style(height=700) # 500
|
303 |
chatbot = gr.Chatbot(height=500)
|
|
|
297 |
with gr.Blocks(
|
298 |
title=f"{Path(model_loc).name}",
|
299 |
theme=gr.themes.Soft(text_size="sm", spacing_size="sm"),
|
300 |
+
# css=css,
|
301 |
) as block:
|
302 |
# chatbot = gr.Chatbot().style(height=700) # 500
|
303 |
chatbot = gr.Chatbot(height=500)
|