changxin commited on
Commit
17e4d85
·
1 Parent(s): ce9f2c6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -0
app.py CHANGED
@@ -185,6 +185,10 @@ py_exe=d_t.to_pandas()'''
185
  gr.Markdown("# 画册展示_khc")
186
  S='<iframe style="height: 600px; width: 100%;" src="https://app.kuhuace.com/player/index.html?id=60" allowfullscreen="allowfullscreen"><iframe>'
187
  gr.HTML(S)
 
 
 
 
188
  with gr.TabItem("下载测试"):
189
  with gr.Row():
190
  xz_button=gr.Button("绑定下载资源>>")
 
185
  gr.Markdown("# 画册展示_khc")
186
  S='<iframe style="height: 600px; width: 100%;" src="https://app.kuhuace.com/player/index.html?id=60" allowfullscreen="allowfullscreen"><iframe>'
187
  gr.HTML(S)
188
+ with gr.TabItem("翻译"):
189
+ gr.Markdown("# DEEPL翻译嵌入")
190
+ S='<iframe style="height: 600px; width: 100%;" src="https://www.deepl.com/translator" allowfullscreen="allowfullscreen"><iframe>'
191
+ gr.HTML(S)
192
  with gr.TabItem("下载测试"):
193
  with gr.Row():
194
  xz_button=gr.Button("绑定下载资源>>")