Update app110.py
Browse files
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("
|
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 |
|