PringlePeanut commited on
Commit
a5a90bd
·
verified ·
1 Parent(s): 6e4b637

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -138,3 +138,5 @@ with gr.Blocks(theme='JohnSmith9982/small_and_pretty') as demo:
138
 
139
  # Launch the Gradio app to allow user interaction
140
  demo.launch(share=True)
 
 
 
138
 
139
  # Launch the Gradio app to allow user interaction
140
  demo.launch(share=True)
141
+ demo = gr.Interface(lambda x:x+x, inputs=gr.Textbox(label='Test'), outputs=gr.Textbox(label='test2'),
142
+ css=".gradio-container {background-color: pink} ").launch(share=False)