onybrunella commited on
Commit
fa2f2a0
1 Parent(s): eaa6340

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -99,7 +99,7 @@ height : 50%;
99
 
100
  /* Container for the entire chat interface */
101
  #chat-interface {
102
- display: flex;x
103
  flex-direction: column;
104
  max-width: 80%; /* Ensure maximum width */
105
  height: 100vh;
@@ -112,7 +112,7 @@ height : 50%;
112
  flex-grow: 1;
113
  overflow-y: auto;
114
  background: none;
115
- max-height: 50%;
116
  }
117
 
118
  /* Styling for the chatbot bubble messages */
 
99
 
100
  /* Container for the entire chat interface */
101
  #chat-interface {
102
+ display: flex;
103
  flex-direction: column;
104
  max-width: 80%; /* Ensure maximum width */
105
  height: 100vh;
 
112
  flex-grow: 1;
113
  overflow-y: auto;
114
  background: none;
115
+ max-height: 25%;
116
  }
117
 
118
  /* Styling for the chatbot bubble messages */