CK42 commited on
Commit
81d1362
1 Parent(s): badd498

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -4
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
- gr.Markdown(
66
- """
67
- Model Predictions
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():