qichenhuang commited on
Commit
86d638c
1 Parent(s): 69786f2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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_final.jpg", shape = (59,76), show_download_button = False, show_label = False, show_share_button = False)
57
  with gr.Column(scale=5):
58
  company_intro = gr.Markdown("## Company Introduction\n\nHere you can add information about your company.")
59
 
 
53
  # 创建一个列容器
54
  with gr.Row():
55
  with gr.Column(scale=1):
56
+ gr.Image("logo_final.jpg", show_download_button = False, show_label = False, show_share_button = False)
57
  with gr.Column(scale=5):
58
  company_intro = gr.Markdown("## Company Introduction\n\nHere you can add information about your company.")
59