MirakramAghalarov
commited on
Commit
•
00770dd
1
Parent(s):
6d1abdb
playing with logo scale
Browse files
app.py
CHANGED
@@ -142,9 +142,8 @@ with demo:
|
|
142 |
with gr.Row():
|
143 |
with gr.Column(scale=9):
|
144 |
gr.Markdown(INTRODUCTION_TEXT, elem_classes="markdown-text")
|
145 |
-
with gr.Column(scale=
|
146 |
-
gr.Image('src/display/kapital.jpg', scale=
|
147 |
-
height = 100,
|
148 |
show_label=False,
|
149 |
interactive=False,
|
150 |
show_share_button=False,
|
|
|
142 |
with gr.Row():
|
143 |
with gr.Column(scale=9):
|
144 |
gr.Markdown(INTRODUCTION_TEXT, elem_classes="markdown-text")
|
145 |
+
with gr.Column(scale=2, min_width=1):
|
146 |
+
gr.Image('src/display/kapital.jpg', scale=2,
|
|
|
147 |
show_label=False,
|
148 |
interactive=False,
|
149 |
show_share_button=False,
|