Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -62,10 +62,11 @@ with app:
|
|
| 62 |
inp_1= gr.Textbox(label="Type text here.",placeholder="The customer service was satisfactory.")
|
| 63 |
out_2 = gr.Textbox(label="Prediction")
|
| 64 |
|
| 65 |
-
|
| 66 |
-
|
| 67 |
-
|
| 68 |
-
|
|
|
|
| 69 |
with gr.Row():
|
| 70 |
model1_input = gr.Textbox(label="Model 1")
|
| 71 |
with gr.Row():
|
|
|
|
| 62 |
inp_1= gr.Textbox(label="Type text here.",placeholder="The customer service was satisfactory.")
|
| 63 |
out_2 = gr.Textbox(label="Prediction")
|
| 64 |
|
| 65 |
+
gr.Markdown(
|
| 66 |
+
"""
|
| 67 |
+
Model Predictions
|
| 68 |
+
""")
|
| 69 |
+
|
| 70 |
with gr.Row():
|
| 71 |
model1_input = gr.Textbox(label="Model 1")
|
| 72 |
with gr.Row():
|