qqwjq1981 commited on
Commit
504d16c
·
verified ·
1 Parent(s): f7abd62

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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>