Poonawala commited on
Commit
9c39175
·
verified ·
1 Parent(s): 1173947

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -77,7 +77,7 @@ demo = gr.Interface(
77
  ],
78
  outputs=[
79
  "text", # For the model's response
80
- gr.State(value=False), # This should be the state output, which tracks visibility
81
  ],
82
  css=css, # Pass the custom CSS here
83
  )
 
77
  ],
78
  outputs=[
79
  "text", # For the model's response
80
+ gr.State(value=True), # This should be the state output, which tracks visibility
81
  ],
82
  css=css, # Pass the custom CSS here
83
  )