Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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="
|
| 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")
|