markdown formatting output
Browse files
app.py
CHANGED
@@ -133,7 +133,7 @@ with gr.Blocks() as demo:
|
|
133 |
)
|
134 |
|
135 |
text_input = gr.Textbox(lines=3, label="Input Text")
|
136 |
-
text_output = gr.
|
137 |
|
138 |
generate_button = gr.Button("Generate")
|
139 |
|
|
|
133 |
)
|
134 |
|
135 |
text_input = gr.Textbox(lines=3, label="Input Text")
|
136 |
+
text_output = gr.Markdown(label="Generated Text")
|
137 |
|
138 |
generate_button = gr.Button("Generate")
|
139 |
|