vineet124jig commited on
Commit
3cbe5dd
·
verified ·
1 Parent(s): 397ed3d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -5
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