Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -167,7 +167,7 @@ with gr.Blocks() as demo:
|
|
167 |
submit_button = gr.Button("Generate Response")
|
168 |
|
169 |
with gr.Column():
|
170 |
-
output = gr.
|
171 |
|
172 |
submit_button.click(generate_response, inputs=[tools_input, query_input], outputs=output)
|
173 |
|
|
|
167 |
submit_button = gr.Button("Generate Response")
|
168 |
|
169 |
with gr.Column():
|
170 |
+
output = gr.Code(label="🎬 xLam :", lines=10, language=json)
|
171 |
|
172 |
submit_button.click(generate_response, inputs=[tools_input, query_input], outputs=output)
|
173 |
|