Spaces:
Build error
Build error
clear
Browse files
app.py
CHANGED
@@ -216,8 +216,8 @@ with gr.Blocks(css="""
|
|
216 |
# Clear function to reset to defaults
|
217 |
def clear():
|
218 |
return [
|
219 |
-
|
220 |
-
|
221 |
None # Clear the plot
|
222 |
]
|
223 |
|
|
|
216 |
# Clear function to reset to defaults
|
217 |
def clear():
|
218 |
return [
|
219 |
+
12, # Reset slider to default value
|
220 |
+
"2t", # Reset dropdown to default value
|
221 |
None # Clear the plot
|
222 |
]
|
223 |
|