khhuiyh commited on
Commit
2f13f3d
·
1 Parent(s): d645169

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -176,7 +176,7 @@ with block:
176
  with gr.Row():
177
 
178
  with gr.Accordion("Citation", open=False):
179
- citation_button = gr.interfaces.inputs.Textbox(
180
  value=CITATION_BUTTON_TEXT,
181
  label=CITATION_BUTTON_LABEL,
182
  interactive=False,
 
176
  with gr.Row():
177
 
178
  with gr.Accordion("Citation", open=False):
179
+ citation_button = gr.interface.inputs.Textbox(
180
  value=CITATION_BUTTON_TEXT,
181
  label=CITATION_BUTTON_LABEL,
182
  interactive=False,