JunchuanYu commited on
Commit
e039f2f
1 Parent(s): 81cbd36

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -3
app.py CHANGED
@@ -124,9 +124,12 @@ with gr.Blocks(
124
  with gr.Column(scale=1):
125
  downloadFile = gr.File(interactive=False)
126
  gr.Markdown("""
127
- <div align=center>you can follow the WeChat public account [45度科研人] and leave me a message! </div> </b>
128
- <div align=center><img width = '200' height ='200' src ="https://dunazo.oss-cn-beijing.aliyuncs.com/blog/wechat-simple.png"/> <img width = '170' height ='190' src ="https://dunazo.oss-cn-beijing.aliyuncs.com/blog/shoukuanma222.png"/>
129
- </div>
 
 
 
130
  """)
131
  keyTxt.submit(submit_key, keyTxt, [user_api_key, status_display])
132
  keyTxt.change(submit_key, keyTxt, [user_api_key, status_display])
 
124
  with gr.Column(scale=1):
125
  downloadFile = gr.File(interactive=False)
126
  gr.Markdown("""
127
+ <div align=center>you can follow the WeChat public account [45度科研人] and leave me a message! </div>
128
+
129
+ <div style="display:flex; justify-content:center;">
130
+ <img src="https://dunazo.oss-cn-beijing.aliyuncs.com/blog/wechat-simple.png" style="margin-right:50;width:190;height:200;">
131
+ <img src="https://dunazo.oss-cn-beijing.aliyuncs.com/blog/shoukuanma222.png" style="margin-left:50;width:170;height:190;">
132
+ </div>
133
  """)
134
  keyTxt.submit(submit_key, keyTxt, [user_api_key, status_display])
135
  keyTxt.change(submit_key, keyTxt, [user_api_key, status_display])