Spaces:
Sleeping
Sleeping
Commit
·
55e1db0
1
Parent(s):
cfe78ba
refactor: tilte
Browse files
app.py
CHANGED
@@ -23,7 +23,7 @@ def main():
|
|
23 |
["Simple", "Easy", "Challenging", "Advanced"]
|
24 |
)
|
25 |
|
26 |
-
if use_case == "Use Case: 1(Word)":
|
27 |
st.header("Use Case: 1(Word Sentences)")
|
28 |
|
29 |
words = st.text_area(
|
|
|
23 |
["Simple", "Easy", "Challenging", "Advanced"]
|
24 |
)
|
25 |
|
26 |
+
if use_case == "Use Case: 1(Word-Sentences)":
|
27 |
st.header("Use Case: 1(Word Sentences)")
|
28 |
|
29 |
words = st.text_area(
|