BhumikaMak commited on
Commit
a4ee3d5
·
verified ·
1 Parent(s): d78d164

update html codebase

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -288,7 +288,7 @@ with gr.Blocks(css=custom_css) as demo:
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>Upload an image below to discover the concepts</p>
292
  </div>
293
  """
294
  )
 
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
  """
294
  )