Arafath10 commited on
Commit
45a4c6f
·
1 Parent(s): 30b5d3c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,7 +5,7 @@ chat_histories = {}
5
  current_chat_id = 0
6
  # object creation
7
 
8
- css = """footer {visibility: hidden};
9
  .gradio-container {background-repeat: no-repeat;
10
  background: url('https://i.gifer.com/J4o.gif');repeat 0 0;}
11
  """
 
5
  current_chat_id = 0
6
  # object creation
7
 
8
+ css = """footer {visibility: hidden}
9
  .gradio-container {background-repeat: no-repeat;
10
  background: url('https://i.gifer.com/J4o.gif');repeat 0 0;}
11
  """