Commit
·
7327830
1
Parent(s):
2049140
Update app.py
Browse files
app.py
CHANGED
|
@@ -194,6 +194,15 @@ with gr.Blocks() as demo:
|
|
| 194 |
log.submit(update_history, **edit_kwargs)
|
| 195 |
submit_log.click(update_history, **edit_kwargs)
|
| 196 |
cancel_log.click(gr_hide, outputs=edit_list)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 197 |
|
| 198 |
gr.HTML('''
|
| 199 |
<div class="footer">
|
|
|
|
| 194 |
log.submit(update_history, **edit_kwargs)
|
| 195 |
submit_log.click(update_history, **edit_kwargs)
|
| 196 |
cancel_log.click(gr_hide, outputs=edit_list)
|
| 197 |
+
|
| 198 |
+
|
| 199 |
+
gr.HTML('''
|
| 200 |
+
<div class="footer">
|
| 201 |
+
<p>📧 - 联系我们:[email protected]
|
| 202 |
+
</p>
|
| 203 |
+
|
| 204 |
+
</div>
|
| 205 |
+
''')
|
| 206 |
|
| 207 |
gr.HTML('''
|
| 208 |
<div class="footer">
|