acecalisto3 commited on
Commit
1a26043
·
verified ·
1 Parent(s): a4d7d27

Update app2.py

Browse files
Files changed (1) hide show
  1. app2.py +2 -2
app2.py CHANGED
@@ -241,8 +241,8 @@ async def main():
241
  analyze_button = gr.Button("Analyze Website Content")
242
  predict_button = gr.Button("Predict Website Traffic")
243
  scrape_output = gr.Textbox(label="Scraped Website Content", interactive=False)
244
- analyze_output = gr.JSON(label="Website Content Analysis", interactive=False)
245
- predict_output = gr.JSON(label="Website Traffic Prediction", interactive=False)
246
 
247
  # --- Button Actions ---
248
  start_button.click(
 
241
  analyze_button = gr.Button("Analyze Website Content")
242
  predict_button = gr.Button("Predict Website Traffic")
243
  scrape_output = gr.Textbox(label="Scraped Website Content", interactive=False)
244
+ analyze_output = gr.JSON(label="Website Content Analysis")
245
+ predict_output = gr.JSON(label="Website Traffic Prediction")
246
 
247
  # --- Button Actions ---
248
  start_button.click(