Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -258,11 +258,6 @@ with gr.Blocks() as demo:
|
|
| 258 |
visible=False
|
| 259 |
)
|
| 260 |
|
| 261 |
-
# Rate limit status
|
| 262 |
-
gr.Markdown("#### Rate Limit Status")
|
| 263 |
-
rate_limit_status = gr.JSON(label="Current Usage")
|
| 264 |
-
refresh_status_btn = gr.Button("Refresh Status", size="sm")
|
| 265 |
-
|
| 266 |
scrape_btn = gr.Button("Scrape with AI", variant="primary")
|
| 267 |
|
| 268 |
# Function to show/hide input groups based on selection
|
|
|
|
| 258 |
visible=False
|
| 259 |
)
|
| 260 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 261 |
scrape_btn = gr.Button("Scrape with AI", variant="primary")
|
| 262 |
|
| 263 |
# Function to show/hide input groups based on selection
|