Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -88,7 +88,17 @@ article = r"""
|
|
88 |
|
89 |
block = gr.Blocks().queue(max_size=10, api_open=True)
|
90 |
with block:
|
91 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
92 |
# description
|
93 |
gr.Markdown(title)
|
94 |
gr.Markdown(description)
|
|
|
88 |
|
89 |
block = gr.Blocks().queue(max_size=10, api_open=True)
|
90 |
with block:
|
91 |
+
gr.HTML("""
|
92 |
+
<style>
|
93 |
+
::-webkit-scrollbar {
|
94 |
+
display: none;
|
95 |
+
}
|
96 |
+
#component-0 {
|
97 |
+
max-width: 800px;
|
98 |
+
margin: 0 auto;
|
99 |
+
}
|
100 |
+
</style>
|
101 |
+
""")
|
102 |
# description
|
103 |
gr.Markdown(title)
|
104 |
gr.Markdown(description)
|