changxin commited on
Commit
b77fcde
1 Parent(s): 7740f60

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -0
app.py CHANGED
@@ -136,5 +136,11 @@ with demo:
136
  js_button2.click(None,a,js_output,_js="x=>`你好:${x},欢迎吹水!`")
137
  js_button.click(None,a,js_output,_js="(x) => [...x].reverse().join('')",api_name='js')
138
  js_button3.click(None,a,js_output,_js='(x)=>md5(x);<script src="https://huggingface.co/spaces/changxin/test/raw/main/statics/md5.js"></script>')
 
 
 
 
 
 
139
  demo.launch()
140
 
 
136
  js_button2.click(None,a,js_output,_js="x=>`你好:${x},欢迎吹水!`")
137
  js_button.click(None,a,js_output,_js="(x) => [...x].reverse().join('')",api_name='js')
138
  js_button3.click(None,a,js_output,_js='(x)=>md5(x);<script src="https://huggingface.co/spaces/changxin/test/raw/main/statics/md5.js"></script>')
139
+
140
+ with gr.TabItem("画册展示"):
141
+ gr.Markdown("# 画册展示_khc")
142
+ S='<iframe style="height: 600px; width: 100%;" src="https://app.kuhuace.com/player/index.html?id=60" allowfullscreen="allowfullscreen"><iframe>'
143
+ gr.HTML(S)
144
+
145
  demo.launch()
146