Arafath10 commited on
Commit
e2aecbe
·
1 Parent(s): ce15570

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,7 @@ current_chat_id = 0
6
  # object creation
7
 
8
 
9
- with gr.Blocks(theme=gr.themes.Soft(),css="footer {visibility: hidden}") as demo:
10
 
11
 
12
  with gr.Row() as login:
 
6
  # object creation
7
 
8
 
9
+ with gr.Blocks(theme=gr.themes.Soft(),css="footer {visibility: hidden} .gradio-container {background-color: red}") as demo:
10
 
11
 
12
  with gr.Row() as login: