Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -257,8 +257,9 @@ class App:
|
|
257 |
self.get_nlp_response,
|
258 |
inputs=[input_text, model_index],
|
259 |
outputs="text"
|
260 |
-
|
261 |
-
|
|
|
262 |
gr.Markdown("## Terminal")
|
263 |
terminal_input = gr.Textbox(label="Input")
|
264 |
terminal_output = gr.Textbox(label="Output")
|
|
|
257 |
self.get_nlp_response,
|
258 |
inputs=[input_text, model_index],
|
259 |
outputs="text"
|
260 |
+
)
|
261 |
+
|
262 |
+
with gr.Tab("Terminal"):
|
263 |
gr.Markdown("## Terminal")
|
264 |
terminal_input = gr.Textbox(label="Input")
|
265 |
terminal_output = gr.Textbox(label="Output")
|