Update app.py
Browse files
app.py
CHANGED
@@ -153,7 +153,8 @@ with gr.Blocks(css=css) as demo:
|
|
153 |
)
|
154 |
submit_btn = gr.Button(value="Submit")
|
155 |
with gr.Column():
|
156 |
-
output_text = gr.
|
|
|
157 |
|
158 |
# Toggle visibility of custom instruction based on selected type
|
159 |
def toggle_custom_instruction(type_selection):
|
|
|
153 |
)
|
154 |
submit_btn = gr.Button(value="Submit")
|
155 |
with gr.Column():
|
156 |
+
output_text = gr.Markdown(label="Output Text", show_copy_button=True)
|
157 |
+
|
158 |
|
159 |
# Toggle visibility of custom instruction based on selected type
|
160 |
def toggle_custom_instruction(type_selection):
|