sayakpaul HF staff commited on
Commit
78f8f9a
1 Parent(s): 87b3acc

add: title.

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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")