WenqingZhang commited on
Commit
69856e7
·
verified ·
1 Parent(s): e710a34

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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"