haxerwddle commited on
Commit
f402398
·
1 Parent(s): a8c0612

UI change

Browse files
Files changed (1) hide show
  1. app.py +5 -5
app.py CHANGED
@@ -131,12 +131,12 @@ with gr.Blocks() as demo:
131
  gr.Markdown(
132
  """
133
  <div id="tips-box" style="border:2px solid #A5D6A7; padding:16px; border-radius:14px; background:white;">
134
- <h3 style="color:#2E7D32;">🌍 Mẹo phân loại nhanh:</h3>
135
  <ul>
136
- <li>Rác hữu thùng xanh</li>
137
- <li>Nhựa, kim loạitái chế</li>
138
- <li>Thủy tinh nhớ rửa sạch</li>
139
- <li>Pin, thiết bị điện xử lý đặc biệt</li>
140
  </ul>
141
  </div>
142
  """
 
131
  gr.Markdown(
132
  """
133
  <div id="tips-box" style="border:2px solid #A5D6A7; padding:16px; border-radius:14px; background:white;">
134
+ <h3 style="color:#2E7D32;">🌍 Quick recycling tips:</h3>
135
  <ul>
136
+ <li>Organic wastegreen bin</li>
137
+ <li>Plastic, metal wasterecycle</li>
138
+ <li>Wash your glass waste!</li>
139
+ <li>Battery, eletrical devicesnon-metal container</li>
140
  </ul>
141
  </div>
142
  """