Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -229,9 +229,8 @@ with gr.Blocks(theme=gr.themes.Default(primary_hue="blue")) as demo:
|
|
| 229 |
out_df = gr.Dataframe(
|
| 230 |
wrap=True,
|
| 231 |
show_label=False,
|
| 232 |
-
|
| 233 |
-
|
| 234 |
-
|
| 235 |
# 4️ Tahmin fonksiyonu bağla
|
| 236 |
btn.click(predict_opinion, inputs=file_in, outputs=out_df)
|
| 237 |
|
|
|
|
| 229 |
out_df = gr.Dataframe(
|
| 230 |
wrap=True,
|
| 231 |
show_label=False,
|
| 232 |
+
visible=True
|
| 233 |
+
)
|
|
|
|
| 234 |
# 4️ Tahmin fonksiyonu bağla
|
| 235 |
btn.click(predict_opinion, inputs=file_in, outputs=out_df)
|
| 236 |
|