Summeya commited on
Commit
304e5bc
·
verified ·
1 Parent(s): a58ce2c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -351,7 +351,7 @@ custom_css = """
351
  }
352
  """
353
 
354
- with gr.Blocks(heme=custom_theme, css=custom_css,title="iboothme Event Ideation App") as demo:
355
  gr.Markdown(
356
  "<div id='iboothme-heading'>🎉 <b>iboothme Event Idea Generator</b></div>"
357
  "<div id='desc-subheading'>Describe your event goal and receive interactive, tech‑powered ideas!</div>"
 
351
  }
352
  """
353
 
354
+ with gr.Blocks(theme=custom_theme, css=custom_css,title="iboothme Event Ideation App") as demo:
355
  gr.Markdown(
356
  "<div id='iboothme-heading'>🎉 <b>iboothme Event Idea Generator</b></div>"
357
  "<div id='desc-subheading'>Describe your event goal and receive interactive, tech‑powered ideas!</div>"