Update app.py
Browse files
app.py
CHANGED
@@ -324,7 +324,7 @@ with gr.Blocks() as demo:
|
|
324 |
# Column 3: Generate reflections
|
325 |
with gr.Column():
|
326 |
reflection_btn = gr.Button("Generate reflection")
|
327 |
-
reflection_output = gr.Textbox(label="Reflections", lines=5)
|
328 |
# Custom HTML and JS for copy-to-clipboard
|
329 |
custom_js = """
|
330 |
<script>
|
|
|
324 |
# Column 3: Generate reflections
|
325 |
with gr.Column():
|
326 |
reflection_btn = gr.Button("Generate reflection")
|
327 |
+
reflection_output = gr.Textbox(label="Reflections",interactive=True, lines=5)
|
328 |
# Custom HTML and JS for copy-to-clipboard
|
329 |
custom_js = """
|
330 |
<script>
|