Spaces:
Runtime error
Runtime error
Removed footer
Browse files
app.py
CHANGED
@@ -8,6 +8,7 @@ CSS ="""
|
|
8 |
.contain { display: flex; flex-direction: column; }
|
9 |
.gradio-container { height: 100vh !important; }
|
10 |
#chatbot { flex-grow: 1; overflow: auto;}
|
|
|
11 |
"""
|
12 |
|
13 |
openAIToken = os.environ['openAIToken']
|
|
|
8 |
.contain { display: flex; flex-direction: column; }
|
9 |
.gradio-container { height: 100vh !important; }
|
10 |
#chatbot { flex-grow: 1; overflow: auto;}
|
11 |
+
footer {visibility: hidden}
|
12 |
"""
|
13 |
|
14 |
openAIToken = os.environ['openAIToken']
|