Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -84,18 +84,10 @@ def gradio_app():
|
|
84 |
context_evaluation = gr.Markdown(
|
85 |
label="Full context",
|
86 |
show_label=False,
|
87 |
-
# interactive=False,
|
88 |
-
# autoscroll=False,
|
89 |
-
# show_copy_button=True
|
90 |
)
|
91 |
|
92 |
|
93 |
-
|
94 |
-
fn=change_interactive,
|
95 |
-
inputs=[input_],
|
96 |
-
outputs=[clear_btn, submit_btn],
|
97 |
-
api_name=False,
|
98 |
-
)
|
99 |
|
100 |
input_.change(
|
101 |
fn=None,
|
|
|
84 |
context_evaluation = gr.Markdown(
|
85 |
label="Full context",
|
86 |
show_label=False,
|
|
|
|
|
|
|
87 |
)
|
88 |
|
89 |
|
90 |
+
|
|
|
|
|
|
|
|
|
|
|
91 |
|
92 |
input_.change(
|
93 |
fn=None,
|