Vibeaxis commited on
Commit
c46b639
·
verified ·
1 Parent(s): 7893adc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -163,7 +163,7 @@ def ui_analyze(url):
163
 
164
  return md_summary, md_edge, md_cache, data["url"], data.get("title","")
165
 
166
- with gr.Blocks(theme=gr.themes.Soft(primary_hue="mint", secondary_hue="sky")) as demo:
167
  gr.Markdown("# Fake-Fast Lite\n**Sniffs edge-cache lipstick on a slow origin.** Not a lab test, just fast receipts.")
168
  with gr.Row():
169
  url = gr.Textbox(label="URL", placeholder="https://example.com")
 
163
 
164
  return md_summary, md_edge, md_cache, data["url"], data.get("title","")
165
 
166
+ with gr.Blocks(theme=gr.themes.Soft(primary_hue="indigo", secondary_hue="blue")) as demo:
167
  gr.Markdown("# Fake-Fast Lite\n**Sniffs edge-cache lipstick on a slow origin.** Not a lab test, just fast receipts.")
168
  with gr.Row():
169
  url = gr.Textbox(label="URL", placeholder="https://example.com")