Redmind commited on
Commit
d207765
·
verified ·
1 Parent(s): a1957af

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -644,8 +644,8 @@ css = """
644
  font-size: 16px;
645
  }
646
  .chatbot_gpt {
647
- width: 800px; /* Adjust width as needed */
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 */