Spaces:
Sleeping
Sleeping
Commit
·
4556147
1
Parent(s):
aceadab
ok
Browse files
app.py
CHANGED
@@ -18,7 +18,8 @@ demo = gr.Interface(
|
|
18 |
title="Arabic ABSA (Aspect-Based Sentiment Analysis)",
|
19 |
description="Write a review and choose a model to extract aspects with sentiment",
|
20 |
allow_flagging="never",
|
21 |
-
article="Developed by Asma Shayea • Part of MSc Thesis Research"
|
|
|
22 |
)
|
23 |
|
24 |
if __name__ == "__main__":
|
|
|
18 |
title="Arabic ABSA (Aspect-Based Sentiment Analysis)",
|
19 |
description="Write a review and choose a model to extract aspects with sentiment",
|
20 |
allow_flagging="never",
|
21 |
+
article="Developed by Asma Shayea • Part of MSc Thesis Research",
|
22 |
+
show_clear_button=False # ✅ This hides the Clear button
|
23 |
)
|
24 |
|
25 |
if __name__ == "__main__":
|