Spaces:
Runtime error
Runtime error
RamAnanth1
commited on
Commit
•
ce2caee
1
Parent(s):
8668409
Modify explainer image size
Browse files
app.py
CHANGED
@@ -81,7 +81,7 @@ with gr.Blocks() as demo:
|
|
81 |
</p>
|
82 |
''')
|
83 |
gr.HTML('''
|
84 |
-
<p align="center"><img src="https://github.com/avsolatorio/RealTabFormer/raw/main/img/REalTabFormer_Final_EQ.png" style="width:
|
85 |
''')
|
86 |
|
87 |
with gr.Column():
|
|
|
81 |
</p>
|
82 |
''')
|
83 |
gr.HTML('''
|
84 |
+
<p align="center"><img src="https://github.com/avsolatorio/RealTabFormer/raw/main/img/REalTabFormer_Final_EQ.png" style="width:40%"/></p>
|
85 |
''')
|
86 |
|
87 |
with gr.Column():
|