Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
pngwn
/
markdown-overflow-bug
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
pngwn
HF Staff
commited on
Mar 26, 2024
Commit
2013b7d
·
verified
·
1 Parent(s):
c62d9db
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -11,7 +11,7 @@ txt = """
11
"""
12
13
with gr.Blocks() as demo:
14
-
with gr.
Column
():
15
gr.Markdown(value=txt)
16
17
demo.launch()
11
"""
12
13
with gr.Blocks() as demo:
14
+
with gr.
Group
():
15
gr.Markdown(value=txt)
16
17
demo.launch()