LaurentiuStancioiu commited on
Commit
656705e
·
verified ·
1 Parent(s): 22b69b2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -70,7 +70,7 @@ def gradio_app():
70
  website_input = gr.Textbox(label="Enter website URL")
71
  predict_button = gr.Button("Predict")
72
  prediction_output = gr.Textbox(label="Prediction", interactive=True) # Ensure the output is interactive
73
- plot_output = gr.Plot(label="Website Embedding Plot")
74
 
75
  def update_output(website):
76
  prediction = predict_label(website)
 
70
  website_input = gr.Textbox(label="Enter website URL")
71
  predict_button = gr.Button("Predict")
72
  prediction_output = gr.Textbox(label="Prediction", interactive=True) # Ensure the output is interactive
73
+ plot_output = gr.Plot(label="Website Embedding Plot", height = 500, width= 750)
74
 
75
  def update_output(website):
76
  prediction = predict_label(website)