abdullahmeda commited on
Commit
1277149
1 Parent(s): d9cbd92

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -147,7 +147,7 @@ with gr.Blocks() as demo:
147
  Scikit-learn's VotingClassifier consisting of XGBClassifier, LGBMClassifier, CatBoostClassifier and RandomForestClassifier with default parameters\
148
  """
149
  )
150
- with gr.Group()
151
  a1 = gr.Textbox( lines=7, label='Text', value=example )
152
  button1 = gr.Button("🤖 Predict!")
153
  gr.Markdown("Prediction:")
 
147
  Scikit-learn's VotingClassifier consisting of XGBClassifier, LGBMClassifier, CatBoostClassifier and RandomForestClassifier with default parameters\
148
  """
149
  )
150
+ with gr.Group():
151
  a1 = gr.Textbox( lines=7, label='Text', value=example )
152
  button1 = gr.Button("🤖 Predict!")
153
  gr.Markdown("Prediction:")