danielle2003 commited on
Commit
d5d4f87
·
verified ·
1 Parent(s): 5716912

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -4
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 = 'Classify this email as "Spam" or "Not Spam": "Win a vacation to the Bahamas! Click the link below to claim your prize."'
606
- choice2 = 'Is the following tweet "Positive", "Negative", or "Neutral"? "Can’t believe my phone just died right before an important call. Ugh!"'
607
- choice3 = 'Categorize this news headline: "Apple unveils new AI chip in latest iPhone" Categories: Technology, Sports, Health, Politics'
608
- choice4 = 'Assign a topic label to this sentence: "I made a delicious homemade lasagna last night." Options: Food, Travel, Finance, Education'
 
 
 
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"