JanviMl commited on
Commit
32859af
·
verified ·
1 Parent(s): d0ff307

updated clear event changes (#1)

Browse files

- updated clear event changes (5b058446c5863cab8522327a630a0187735600a3)

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 */