Spaces:
Running
Running
Commit
·
fec69b3
1
Parent(s):
86dfeb5
Update app.py
Browse files
app.py
CHANGED
|
@@ -83,6 +83,13 @@ additional_inputs=[
|
|
| 83 |
)
|
| 84 |
]
|
| 85 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 86 |
|
| 87 |
|
| 88 |
with gr.Blocks(css=css, theme="NoCrypt/[email protected]") as demo:
|
|
|
|
| 83 |
)
|
| 84 |
]
|
| 85 |
|
| 86 |
+
css = """
|
| 87 |
+
#mkd {
|
| 88 |
+
height: 500px;
|
| 89 |
+
overflow: auto;
|
| 90 |
+
border: 1px solid #ccc;
|
| 91 |
+
}
|
| 92 |
+
"""
|
| 93 |
|
| 94 |
|
| 95 |
with gr.Blocks(css=css, theme="NoCrypt/[email protected]") as demo:
|