Spaces:
Running
Running
Pratyush Maini
commited on
Commit
·
1d0ca65
1
Parent(s):
2258e50
attempt
Browse files
app.py
CHANGED
@@ -76,7 +76,7 @@ with gr.Blocks() as demo:
|
|
76 |
"""
|
77 |
)
|
78 |
with gr.Row():
|
79 |
-
gr.Image("figures/judge.png", label="Legal View")
|
80 |
gr.Markdown(
|
81 |
"""
|
82 |
## Sanity Checks
|
|
|
76 |
"""
|
77 |
)
|
78 |
with gr.Row():
|
79 |
+
gr.Image("figures/judge.png", label="Legal View", width="75%")
|
80 |
gr.Markdown(
|
81 |
"""
|
82 |
## Sanity Checks
|