Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -602,10 +602,13 @@ if st.session_state.framework == "gen":
|
|
602 |
|
603 |
if st.session_state.framework == "dash":
|
604 |
if st.session_state.menu == "class":
|
605 |
-
choice1 = '
|
606 |
-
choice2 = '
|
607 |
-
|
608 |
-
|
|
|
|
|
|
|
609 |
text_h1 = "🏷️ Text Classification"
|
610 |
images="images.png"
|
611 |
images="images.png"
|
|
|
602 |
|
603 |
if st.session_state.framework == "dash":
|
604 |
if st.session_state.menu == "class":
|
605 |
+
choice1 = '"Win a free vacation to the Bahamas! Click the link below to claim your prize.This is an exclusive offer for a limited time only, don’t miss out!"'
|
606 |
+
choice2 = '"I can’t believe my phone just died right before an important call. Ugh! Now I have to wait for hours to get it fixed and miss out on everything."'
|
607 |
+
|
608 |
+
choice3 = '"Apple unveils a new AI chip with groundbreaking technology in the latest iPhone.This innovation is set to redefine the way we use smartphones in everyday life."'
|
609 |
+
|
610 |
+
choice4 = '"I made a delicious homemade food last night with fresh ingredients. It was so good, I can’t wait to make it again for dinner tomorrow."'
|
611 |
+
|
612 |
text_h1 = "🏷️ Text Classification"
|
613 |
images="images.png"
|
614 |
images="images.png"
|