Mustafa Al Hamad commited on
Commit ·
debd7ef
1
Parent(s): c1acc7b
Update app.py
Browse files
app.py
CHANGED
|
@@ -21,4 +21,4 @@ with gr.Blocks() as demo:
|
|
| 21 |
inp.change(welcome, [inp,inp1], out)
|
| 22 |
|
| 23 |
if __name__ == "__main__":
|
| 24 |
-
demo.launch()
|
|
|
|
| 21 |
inp.change(welcome, [inp,inp1], out)
|
| 22 |
|
| 23 |
if __name__ == "__main__":
|
| 24 |
+
demo.launch(css="body {background-color: red}")
|