Spaces:
Runtime error
Runtime error
add: title.
Browse files
app.py
CHANGED
@@ -194,6 +194,7 @@ def run(
|
|
194 |
|
195 |
|
196 |
with gr.Blocks() as demo:
|
|
|
197 |
with gr.Row():
|
198 |
with gr.Column():
|
199 |
prompt = gr.Text(max_lines=1, placeholder="a painting of a dog")
|
|
|
194 |
|
195 |
|
196 |
with gr.Blocks() as demo:
|
197 |
+
gr.HTML(f"<div align='center'{TITLE}</div>")
|
198 |
with gr.Row():
|
199 |
with gr.Column():
|
200 |
prompt = gr.Text(max_lines=1, placeholder="a painting of a dog")
|