Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -137,7 +137,6 @@ with gr.Blocks(theme='JohnSmith9982/small_and_pretty') as demo:
|
|
137 |
submit_button = gr.Button("Submit")
|
138 |
submit_button.click(fn=query_model, inputs=question, outputs=answer)
|
139 |
|
140 |
-
with gr.Blocks(css=".gradio-container {background-color: red}") as demo:
|
141 |
|
142 |
# Launch the Gradio app to allow user interaction
|
143 |
demo.launch(share=True)
|
|
|
137 |
submit_button = gr.Button("Submit")
|
138 |
submit_button.click(fn=query_model, inputs=question, outputs=answer)
|
139 |
|
|
|
140 |
|
141 |
# Launch the Gradio app to allow user interaction
|
142 |
demo.launch(share=True)
|