Spaces:
Runtime error
Runtime error
acecalisto3
commited on
Update app2.py
Browse files
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"
|
245 |
-
predict_output = gr.JSON(label="Website Traffic Prediction"
|
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(
|