Cartinoe5930 commited on
Commit
293ffcd
1 Parent(s): 16b20e5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -152,7 +152,7 @@ This is the specific information about LLM Agora!
152
  ```
153
  """
154
 
155
- with gr.Blocks(css=block_css) as demo:
156
  gr.HTML(TITLE)
157
  gr.Markdown(INTRODUCTION_TEXT)
158
  with gr.Column():
 
152
  ```
153
  """
154
 
155
+ with gr.Blocks() as demo:
156
  gr.HTML(TITLE)
157
  gr.Markdown(INTRODUCTION_TEXT)
158
  with gr.Column():