Spaces:
Running
Running
Commit
·
8e26783
1
Parent(s):
b4b3712
Tried to Fix Runtime error
Browse files- gradio_app.py +1 -1
gradio_app.py
CHANGED
@@ -127,7 +127,7 @@ with gr.Blocks(css=custom_css) as iface:
|
|
127 |
output_text = gr.Textbox(
|
128 |
label="Analysis Results",
|
129 |
lines=5,
|
130 |
-
readonly
|
131 |
)
|
132 |
|
133 |
# Set up the click event
|
|
|
127 |
output_text = gr.Textbox(
|
128 |
label="Analysis Results",
|
129 |
lines=5,
|
130 |
+
interactive=False # This replaces 'readonly'
|
131 |
)
|
132 |
|
133 |
# Set up the click event
|