Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -79,7 +79,6 @@ with gr.Blocks(theme=theme, analytics_enabled=False, css=css) as demo:
|
|
79 |
instruction = gr.Textbox(placeholder="Enter your prompt here", label="Prompt", elem_id="q-input")
|
80 |
|
81 |
with gr.Box():
|
82 |
-
gr.Markdown("**Response**")
|
83 |
output = gr.Code(elem_id="q-output")
|
84 |
submit = gr.Button("Generate", variant="primary")
|
85 |
gr.Examples(
|
|
|
79 |
instruction = gr.Textbox(placeholder="Enter your prompt here", label="Prompt", elem_id="q-input")
|
80 |
|
81 |
with gr.Box():
|
|
|
82 |
output = gr.Code(elem_id="q-output")
|
83 |
submit = gr.Button("Generate", variant="primary")
|
84 |
gr.Examples(
|