Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
stzhao
/
cot_data_viewer
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
stzhao
commited on
Jan 10
Commit
d6ee662
·
verified
·
1 Parent(s):
e406994
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-3
app.py
CHANGED
Viewed
@@ -33,6 +33,4 @@ iface = gr.Interface(
33
)
34
35
# 启动Gradio应用
36
-
iface.launch()
37
-
38
-
修改这段代码,将每个字段中的value的内容都以markdown的格式渲染出来
33
)
34
35
# 启动Gradio应用
36
+
iface.launch()