Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -644,8 +644,8 @@ css = """
|
|
644 |
font-size: 16px;
|
645 |
}
|
646 |
.chatbot_gpt {
|
647 |
-
|
648 |
-
height: 600px; /* Adjust height as needed */
|
649 |
}
|
650 |
.logout-link a:hover {
|
651 |
text-decoration: underline; /* Underline on hover */
|
|
|
644 |
font-size: 16px;
|
645 |
}
|
646 |
.chatbot_gpt {
|
647 |
+
/* width: 800px !important; Adjust width as needed */
|
648 |
+
height: 600px !important; /* Adjust height as needed */
|
649 |
}
|
650 |
.logout-link a:hover {
|
651 |
text-decoration: underline; /* Underline on hover */
|