Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -168,7 +168,7 @@ theme = gr.themes.Base(
|
|
| 168 |
input_background_fill="#f8f8f8",
|
| 169 |
)
|
| 170 |
|
| 171 |
-
with gr.Blocks(
|
| 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)
|