Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -79,7 +79,7 @@ def process_input(input_type, user_input, uploaded_file):
|
|
79 |
elif input_type == "Text Input":
|
80 |
return user_input
|
81 |
else:
|
82 |
-
return "无效的输入类型或未上传文件。
|
83 |
|
84 |
def toggle_visibility(input_type):
|
85 |
user_input_visible = input_type == "Text Input"
|
|
|
79 |
elif input_type == "Text Input":
|
80 |
return user_input
|
81 |
else:
|
82 |
+
return "无效的输入类型或未上传文件。"
|
83 |
|
84 |
def toggle_visibility(input_type):
|
85 |
user_input_visible = input_type == "Text Input"
|