Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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.
|
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,
|