Tulitula commited on
Commit
690d42b
·
verified ·
1 Parent(s): f0b642a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -94,7 +94,8 @@ def process(image):
94
  with gr.Blocks(theme=gr.themes.Default(primary_hue="blue")) as demo:
95
  gr.Markdown("## 📢 Smart Ad Analyzer")
96
  gr.Markdown(
97
- "Upload an image ad to see: an Ad Category, a five-sentence Analysis, five bullet-point Suggestions, and Example Ads."
 
98
  )
99
 
100
  with gr.Row():
 
94
  with gr.Blocks(theme=gr.themes.Default(primary_hue="blue")) as demo:
95
  gr.Markdown("## 📢 Smart Ad Analyzer")
96
  gr.Markdown(
97
+ "Upload an image ad to see: an Ad Category, a five-sentence Analysis, "
98
+ "five bullet-point Suggestions, and Example Ads."
99
  )
100
 
101
  with gr.Row():