JunchuanYu commited on
Commit
f10d486
1 Parent(s): e039f2f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -7
app.py CHANGED
@@ -124,13 +124,13 @@ 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>
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])
136
  # Chatbot
 
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
+ <div style="display:flex; justify-content:center;">
129
+ <img src="https://dunazo.oss-cn-beijing.aliyuncs.com/blog/wechat-simple.png" style="margin-right:50px;width:190px;height:200px;">
130
+ <div style="width:50px;"></div>
131
+ <img src="https://dunazo.oss-cn-beijing.aliyuncs.com/blog/shoukuanma222.png" style="margin-left:50px;width:170px;height:190px;">
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])
136
  # Chatbot