Spaces:
Sleeping
Sleeping
qichenhuang
commited on
Commit
•
c193e81
1
Parent(s):
e6d6407
Update app.py
Browse files
app.py
CHANGED
@@ -53,7 +53,7 @@ with iface as demo:
|
|
53 |
# 创建一个列容器
|
54 |
with gr.Row():
|
55 |
with gr.Column(scale=1):
|
56 |
-
gr.Image("logo_com.jpg", height = 109
|
57 |
with gr.Column(scale=10):
|
58 |
company_intro = gr.Markdown("## Company Introduction\n\nHere you can add information about your company.")
|
59 |
with gr.Column(scale=10):
|
|
|
53 |
# 创建一个列容器
|
54 |
with gr.Row():
|
55 |
with gr.Column(scale=1):
|
56 |
+
gr.Image("logo_com.jpg", height = 109, width = 85, show_download_button = False, show_label = False, show_share_button = False, min_width = 100)
|
57 |
with gr.Column(scale=10):
|
58 |
company_intro = gr.Markdown("## Company Introduction\n\nHere you can add information about your company.")
|
59 |
with gr.Column(scale=10):
|