updated clear event changes

#1
by JanviMl - opened
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -10,7 +10,7 @@ def clear_inputs():
10
  Reset all UI input and output fields to their default values.
11
  Returns a tuple of empty or default values for all UI components.
12
  """
13
- return "", 0, "", [], "", "", "", "", 0, "", "", "", ""
14
 
15
  custom_css = """
16
  /* General Styling */
 
10
  Reset all UI input and output fields to their default values.
11
  Returns a tuple of empty or default values for all UI components.
12
  """
13
+ return "", 0, "", [], "", "", "", "", 0, "", "", "", "", "" # Updated to 14 values
14
 
15
  custom_css = """
16
  /* General Styling */