hectorjelly commited on
Commit
92bae8d
1 Parent(s): f0f0636

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -81,7 +81,7 @@ iface = gr.Interface(
81
  ],
82
  outputs=[
83
  gr.outputs.Textbox(label="Joe's Response"),
84
- gr.outputs.Hidden(), # The 'clear' state
85
  ]
86
  )
87
 
 
81
  ],
82
  outputs=[
83
  gr.outputs.Textbox(label="Joe's Response"),
84
+ gr.outputs.Checkbox(label="Clear Conversation") # The 'clear' state, will show unchecked after clearing
85
  ]
86
  )
87