lobrien001 commited on
Commit
ce2d586
·
verified ·
1 Parent(s): 5c0f8e0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -225,8 +225,7 @@ with gr.Blocks(title="PLOD Filtered with Monitoring") as demo: # Load CSS for b
225
  cpu_usage_display = gr.Number(label="CPU Usage (%)", value=0)
226
  mem_usage_display = gr.Number(label="Memory Usage (%)", value=0)
227
 
228
- with gr.Tab("Logs"):
229
- logs_display = gr.Textbox(label="Logs", lines=10) # Increased lines for better visibility
230
 
231
  with gr.Tab("Stress Testing"):
232
  num_requests_input = gr.Number(label="Number of Requests", value=10)
 
225
  cpu_usage_display = gr.Number(label="CPU Usage (%)", value=0)
226
  mem_usage_display = gr.Number(label="Memory Usage (%)", value=0)
227
 
228
+
 
229
 
230
  with gr.Tab("Stress Testing"):
231
  num_requests_input = gr.Number(label="Number of Requests", value=10)