Spaces:
Running
Running
abdullahmeda
commited on
Update app.py
Browse files
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:")
|