Spaces:
Running
Running
Commit
·
e82e1f8
1
Parent(s):
5cb182c
fix: adjust layout of Gradio Blocks in app.py to enable full-width display for improved user experience
Browse files
app.py
CHANGED
@@ -28,7 +28,7 @@ df = df[
|
|
28 |
]
|
29 |
df = df.sort_values(by="GenEval", ascending=False)
|
30 |
|
31 |
-
with gr.Blocks("ParityError/Interstellar", css=custom_css) as demo:
|
32 |
gr.HTML(
|
33 |
"""
|
34 |
<div style="text-align: center;">
|
|
|
28 |
]
|
29 |
df = df.sort_values(by="GenEval", ascending=False)
|
30 |
|
31 |
+
with gr.Blocks("ParityError/Interstellar", fill_width=True, css=custom_css) as demo:
|
32 |
gr.HTML(
|
33 |
"""
|
34 |
<div style="text-align: center;">
|