Jimmyzheng-10 commited on
Commit
4796f79
·
1 Parent(s): 1a523b3
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -262,8 +262,8 @@ with gr.Blocks() as demo:
262
  generate_btn = gr.Button("Generate HTML", variant="primary")
263
 
264
  with gr.Column(scale=2):
265
- gr.Markdown("### 📱 Preview Area")
266
- gr.Markdown("💡 **Tip**: Use the sliders below to adjust the preview size and zoom level for better viewing experience. You can also adjust the page's viewing angle by swiping up, down, left, or right.")
267
  with gr.Tabs():
268
  with gr.TabItem("Preview"):
269
  with gr.Row():
 
262
  generate_btn = gr.Button("Generate HTML", variant="primary")
263
 
264
  with gr.Column(scale=2):
265
+ gr.Markdown("### Preview Area")
266
+ gr.Markdown("**Tip**: Use the sliders below to adjust the preview size and zoom level for better viewing experience. You can also adjust the page's viewing angle by swiping up, down, left, or right.")
267
  with gr.Tabs():
268
  with gr.TabItem("Preview"):
269
  with gr.Row():