CK42 commited on
Commit
a14bbf4
1 Parent(s): 06b445f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -5
app.py CHANGED
@@ -69,11 +69,7 @@ with app:
69
  # Compare Sentiment Analysis Models
70
 
71
  Type text to predict sentiment.
72
- """)
73
- with gr.Row():
74
- model1_input = gr.Textbox(label="Model 1")
75
- model2_input = gr.Textbox(label="Model 2")
76
-
77
  with gr.Row():
78
  inp = gr.Textbox(label="Type text here.",placeholder="The customer service was satisfactory.")
79
  out = gr.Textbox(label="Prediction")
 
69
  # Compare Sentiment Analysis Models
70
 
71
  Type text to predict sentiment.
72
+ """)
 
 
 
 
73
  with gr.Row():
74
  inp = gr.Textbox(label="Type text here.",placeholder="The customer service was satisfactory.")
75
  out = gr.Textbox(label="Prediction")