import gradio as gr # Enhanced CSS for Mobile Optimization mobile_ui_css = """ .gradio-container { max-width: 500px !important; margin: auto !important; } /* Mobile center */ .hotel-card { border-radius: 20px; background: white; padding: 15px; margin-bottom: 10px; border: 1px solid #eee; } .price-tag { background: #D4AF37; color: white; padding: 5px 12px; border-radius: 50px; font-weight: bold; float: right; } .status-badge { display: inline-block; padding: 4px 10px; border-radius: 4px; font-size: 0.8em; margin-top: 5px; } .available { background: #E6F4EA; color: #1E8E3E; } .occupied { background: #FCE8E6; color: #D93025; } footer { display: none !important; } """ with gr.Blocks(css=mobile_ui_css, title="Hulhumale Direct") as demo: # 1. Top Promotion Bar (Sticky style) gr.HTML("