Spaces:
Runtime error
Runtime error
JunchuanYu
commited on
Commit
·
e0839b7
1
Parent(s):
f10d486
Update app.py
Browse files
app.py
CHANGED
@@ -124,11 +124,11 @@ with gr.Blocks(
|
|
124 |
with gr.Column(scale=1):
|
125 |
downloadFile = gr.File(interactive=False)
|
126 |
gr.Markdown("""
|
127 |
-
|
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:
|
130 |
-
<div style="width:
|
131 |
-
<img src="https://dunazo.oss-cn-beijing.aliyuncs.com/blog/shoukuanma222.png" style="margin-left:
|
132 |
</div>
|
133 |
""")
|
134 |
keyTxt.submit(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 |
<div style="display:flex; justify-content:center;">
|
129 |
+
<img src="https://dunazo.oss-cn-beijing.aliyuncs.com/blog/wechat-simple.png" style="margin-right:25px;width:200px;height:200px;">
|
130 |
+
<div style="width:25px;"></div>
|
131 |
+
<img src="https://dunazo.oss-cn-beijing.aliyuncs.com/blog/shoukuanma222.png" style="margin-left:25px;width:170px;height:190px;">
|
132 |
</div>
|
133 |
""")
|
134 |
keyTxt.submit(submit_key, keyTxt, [user_api_key, status_display])
|