lobrien001 commited on
Commit
3da0878
·
verified ·
1 Parent(s): 69321aa

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -225,8 +225,8 @@ 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
+ #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)