Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -124,7 +124,7 @@ with gr.Blocks() as iface:
|
|
| 124 |
gr.Markdown(description)
|
| 125 |
|
| 126 |
with gr.Row():
|
| 127 |
-
with gr.Column(scale=
|
| 128 |
gr.Markdown("<i>Arousal-Valence Model</i>")
|
| 129 |
gr.Image("assets/emotion.png", label="Emotion Coordinate System")
|
| 130 |
with gr.Column(scale=2):
|
|
|
|
| 124 |
gr.Markdown(description)
|
| 125 |
|
| 126 |
with gr.Row():
|
| 127 |
+
with gr.Column(scale=1.5):
|
| 128 |
gr.Markdown("<i>Arousal-Valence Model</i>")
|
| 129 |
gr.Image("assets/emotion.png", label="Emotion Coordinate System")
|
| 130 |
with gr.Column(scale=2):
|