Omnibus commited on
Commit
176bcef
1 Parent(s): 4b75c6e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -292,7 +292,7 @@ def generate(prompt, history, agent_name=agents[0], sys_prompt="", temperature=0
292
 
293
 
294
 
295
- with gr.Blocks(css="style.css") as app:
296
  html = gr.HTML()
297
 
298
  chatbot=gr.Chatbot()
 
292
 
293
 
294
 
295
+ with gr.Blocks() as app:
296
  html = gr.HTML()
297
 
298
  chatbot=gr.Chatbot()