Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -87,9 +87,8 @@ footer {
|
|
87 |
}
|
88 |
"""
|
89 |
|
90 |
-
|
91 |
with gr.Blocks(theme="Nymbo/Nymbo_Theme", css=css) as demo:
|
92 |
-
gr.HTML(title)
|
93 |
with gr.Row():
|
94 |
with gr.Column():
|
95 |
prompt = gr.Textbox(
|
|
|
87 |
}
|
88 |
"""
|
89 |
|
|
|
90 |
with gr.Blocks(theme="Nymbo/Nymbo_Theme", css=css) as demo:
|
91 |
+
# gr.HTML(title) 줄을 제거하고 여기서부터 시작합니다.
|
92 |
with gr.Row():
|
93 |
with gr.Column():
|
94 |
prompt = gr.Textbox(
|