Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -147,7 +147,7 @@ with gr.Blocks() as demo:
|
|
147 |
submit_button = gr.Button("Generate Response")
|
148 |
|
149 |
with gr.Column():
|
150 |
-
output = gr.Code(label="π¬ xLam :", lines=10, language=json)
|
151 |
|
152 |
submit_button.click(generate_response, inputs=[tools_input, query_input], outputs=output)
|
153 |
|
|
|
147 |
submit_button = gr.Button("Generate Response")
|
148 |
|
149 |
with gr.Column():
|
150 |
+
output = gr.Code(label="π¬ xLam :", lines=10, language="json")
|
151 |
|
152 |
submit_button.click(generate_response, inputs=[tools_input, query_input], outputs=output)
|
153 |
|