Spaces:
Runtime error
Runtime error
Commit
·
f10d486
1
Parent(s):
e039f2f
Update app.py
Browse files
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 |
-
<
|
130 |
-
|
131 |
-
|
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
|