Spaces:
Running
Running
QAway-to
commited on
Commit
·
ef1d21c
1
Parent(s):
01a0a48
New style APP (Tab Changes v2.1.1)
Browse files
app.py
CHANGED
|
@@ -141,7 +141,7 @@ h2, h3, .gr-markdown {
|
|
| 141 |
comp_output_comment = gr.Textbox(
|
| 142 |
label="AI Commentary",
|
| 143 |
lines=8,
|
| 144 |
-
interactive=
|
| 145 |
show_copy_button=True,
|
| 146 |
elem_id="llm_comment_box",
|
| 147 |
)
|
|
|
|
| 141 |
comp_output_comment = gr.Textbox(
|
| 142 |
label="AI Commentary",
|
| 143 |
lines=8,
|
| 144 |
+
interactive=True,
|
| 145 |
show_copy_button=True,
|
| 146 |
elem_id="llm_comment_box",
|
| 147 |
)
|