Wiinnieee commited on
Commit
eca3a2d
·
verified ·
1 Parent(s): d538ff5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
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)