Nymbo commited on
Commit
9db2d10
1 Parent(s): e7c4130

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -82,7 +82,7 @@ def gen_fnseed(model_str, prompt, seed=1):
82
  return result
83
 
84
  with gr.Blocks(theme="Nymbo/Nymbo_Theme") as demo:
85
- gr.HTML("<h1>My Gradio Interface</h1>") # Add this line to include the HTML title
86
  with gr.Tab('Compare-6'):
87
  txt_input = gr.Textbox(label='Your prompt:', lines=4)
88
  gen_button = gr.Button('Generate up to 6 images in up to 3 minutes total')
 
82
  return result
83
 
84
  with gr.Blocks(theme="Nymbo/Nymbo_Theme") as demo:
85
+ gr.HTML("<center><h1>Compare-6</h1></center>")
86
  with gr.Tab('Compare-6'):
87
  txt_input = gr.Textbox(label='Your prompt:', lines=4)
88
  gen_button = gr.Button('Generate up to 6 images in up to 3 minutes total')