bstraehle commited on
Commit
8d78cd7
·
verified ·
1 Parent(s): aa6b132

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -111,7 +111,7 @@ with gr.Blocks(title="GAIA") as gaia:
111
  value=os.environ.get("OUTPUT", "")
112
  )
113
 
114
- clear_button.click(
115
  fn=clear
116
  )
117
 
 
111
  value=os.environ.get("OUTPUT", "")
112
  )
113
 
114
+ clear_btn.click(
115
  fn=clear
116
  )
117