Spaces:
Running
Running
design layout
Browse files- interfaces/cap_minor.py +1 -1
interfaces/cap_minor.py
CHANGED
@@ -92,7 +92,7 @@ demo = gr.Interface(
|
|
92 |
inputs=[gr.Textbox(lines=6, label="Input"),
|
93 |
gr.Dropdown(languages, label="Language"),
|
94 |
gr.Dropdown(domains.keys(), label="Domain")],
|
95 |
-
outputs=[gr.Textbox(
|
96 |
css="""
|
97 |
#output-box {
|
98 |
width: 100% !important;
|
|
|
92 |
inputs=[gr.Textbox(lines=6, label="Input"),
|
93 |
gr.Dropdown(languages, label="Language"),
|
94 |
gr.Dropdown(domains.keys(), label="Domain")],
|
95 |
+
outputs=[gr.Textbox(lines=5, label="Output", elem_id="output-box"), gr.Markdown()],
|
96 |
css="""
|
97 |
#output-box {
|
98 |
width: 100% !important;
|