vpcom commited on
Commit
b85cf7c
·
1 Parent(s): 44eb5bd

fix: no output

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1121,7 +1121,7 @@ with gr.Blocks(css=CSS) as demo:
1121
  textbox_whoareu.render()
1122
  textbox_whoareu.change(fn=save_whotheyare,
1123
  inputs=textbox_whoareu,
1124
- outputs=textbox_whoareu)
1125
  # gr.Markdown().attach_load_event(hello, None)
1126
  # with gr.Row():
1127
  # with gr.Column():
 
1121
  textbox_whoareu.render()
1122
  textbox_whoareu.change(fn=save_whotheyare,
1123
  inputs=textbox_whoareu,
1124
+ outputs=None)
1125
  # gr.Markdown().attach_load_event(hello, None)
1126
  # with gr.Row():
1127
  # with gr.Column():