Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -119,7 +119,7 @@ def functionCall(fi_input, dropdown, choice):
|
|
119 |
|
120 |
def change_textbox(dropdown,radio):
|
121 |
print(f"dropdown : {dropdown}")
|
122 |
-
print(
|
123 |
if dropdown is None:
|
124 |
dropdown = ["introduction", "objective", "summary", "conclusion"]
|
125 |
if radio == "Intelligent split by keywords":
|
|
|
119 |
|
120 |
def change_textbox(dropdown,radio):
|
121 |
print(f"dropdown : {dropdown}")
|
122 |
+
print(dropdown is None)
|
123 |
if dropdown is None:
|
124 |
dropdown = ["introduction", "objective", "summary", "conclusion"]
|
125 |
if radio == "Intelligent split by keywords":
|