tonyassi commited on
Commit
8d5ebad
·
verified ·
1 Parent(s): 774980c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -168,7 +168,7 @@ theme = gr.themes.Base(
168
  input_background_fill="#f8f8f8",
169
  )
170
 
171
- with gr.Blocks(css=CSS, theme=theme) as demo:
172
  gr.HTML("""
173
 
174
  <center> <h1> Bot vs Bot </h1> </center>
@@ -259,4 +259,4 @@ with gr.Blocks(css=CSS, theme=theme) as demo:
259
 
260
 
261
  if __name__ == "__main__":
262
- demo.launch()
 
168
  input_background_fill="#f8f8f8",
169
  )
170
 
171
+ with gr.Blocks() as demo:
172
  gr.HTML("""
173
 
174
  <center> <h1> Bot vs Bot </h1> </center>
 
259
 
260
 
261
  if __name__ == "__main__":
262
+ demo.launch(css=CSS, theme=theme)