Dalleon commited on
Commit
b44b6fa
1 Parent(s): 997f270

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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)