Wedyan2023 commited on
Commit
aebaf84
·
verified ·
1 Parent(s): f20cf85

Update app110.py

Browse files
Files changed (1) hide show
  1. app110.py +1 -1
app110.py CHANGED
@@ -414,7 +414,7 @@ if "task_choice" in st.session_state:
414
  st.header("📝 Data Generation")
415
 
416
  # 1. Domain selection
417
- domain_selection = st.selectbox("###Domain", [
418
  "Restaurant reviews", "E-Commerce reviews", "News", "AG News", "Tourism", "Custom"
419
  ])
420
 
 
414
  st.header("📝 Data Generation")
415
 
416
  # 1. Domain selection
417
+ domain_selection = st.selectbox("Domain", [
418
  "Restaurant reviews", "E-Commerce reviews", "News", "AG News", "Tourism", "Custom"
419
  ])
420