PringlePeanut commited on
Commit
9343a21
·
verified ·
1 Parent(s): a5a90bd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -138,5 +138,3 @@ 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)
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)
 
138
 
139
  # Launch the Gradio app to allow user interaction
140
  demo.launch(share=True)