BhumikaMak commited on
Commit
4025380
·
verified ·
1 Parent(s): e7229d7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -287,7 +287,7 @@ with gr.Blocks(css=custom_css, theme="default") as demo:
287
  gr.HTML(
288
  """
289
  <div style="text-align: center; border: 3px solid maroon; padding: 10px; border-radius: 10px; background-color: #f8f8f8;">
290
- <h3>Wanna try yourself? 🚀</h3>
291
  <p><b>Upload an image below to discover <span style="color: #ff6347;">☼</span> the concepts</b></p>
292
  </div>
293
  """
 
287
  gr.HTML(
288
  """
289
  <div style="text-align: center; border: 3px solid maroon; padding: 10px; border-radius: 10px; background-color: #f8f8f8;">
290
+ <h3>Want to try yourself? 🚀</h3>
291
  <p><b>Upload an image below to discover <span style="color: #ff6347;">☼</span> the concepts</b></p>
292
  </div>
293
  """