fix3
Browse files
app.py
CHANGED
|
@@ -7,7 +7,7 @@ import gradio as gr
|
|
| 7 |
dropdown, js = create_theme_dropdown()
|
| 8 |
|
| 9 |
with gr.Blocks(theme='pseudolab/huggingface-korea-theme') as demo:
|
| 10 |
-
with gr.Row()
|
| 11 |
with gr.Column(scale=10):
|
| 12 |
gr.Markdown(
|
| 13 |
"""
|
|
|
|
| 7 |
dropdown, js = create_theme_dropdown()
|
| 8 |
|
| 9 |
with gr.Blocks(theme='pseudolab/huggingface-korea-theme') as demo:
|
| 10 |
+
with gr.Row():
|
| 11 |
with gr.Column(scale=10):
|
| 12 |
gr.Markdown(
|
| 13 |
"""
|