Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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)
|
|
|
|