rlgondong commited on
Commit
072d644
·
verified ·
1 Parent(s): 8516823

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -97,8 +97,8 @@ with gr.Blocks(theme=custom_theme) as iface:
97
  gr.Markdown(
98
  """
99
  <div style="text-align:center;">
100
- <h1 style="font-size: 3em;">ScanCart 🧾</h1>
101
- <p style="font-size: 1.4em;">Upload images of your grocery items, and ScanCart will identify them, calculate the total cost, and check if it fits within your budget.<br>
102
  It's like having a smart shopping assistant! 🛒📸</p>
103
  </div>
104
  """,
@@ -137,4 +137,4 @@ with gr.Blocks(theme=custom_theme) as iface:
137
  outputs=[gallery_output, receipt_output]
138
  )
139
 
140
- iface.launch()
 
97
  gr.Markdown(
98
  """
99
  <div style="text-align:center;">
100
+ <h1 style="font-size: 4em; margin-bottom: 0.2em;">ScanCart 🧾</h1>
101
+ <p style="font-size: 1.8em; margin: 0 auto; max-width: 800px;">Upload images of your grocery items, and ScanCart will identify them, calculate the total cost, and check if it fits within your budget.<br>
102
  It's like having a smart shopping assistant! 🛒📸</p>
103
  </div>
104
  """,
 
137
  outputs=[gallery_output, receipt_output]
138
  )
139
 
140
+ iface.launch()