yuxwu commited on
Commit
403fef7
1 Parent(s): 2c0bda7
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -17,7 +17,7 @@ css = """#col-container {max-width: 90%; margin-left: auto; margin-right: auto;
17
  #chatbox {height: min(750px, 100%); max-height: 750px; display:flex;}
18
  #label {font-size: 2em; padding: 0.5em; margin: 0;}
19
  .message {font-size: 1.2em;}
20
- .wrap {min-width: min(600px, 100vh)}
21
  .message-wrap {max-height: min(700px, 100vh);}
22
  """
23
 
 
17
  #chatbox {height: min(750px, 100%); max-height: 750px; display:flex;}
18
  #label {font-size: 2em; padding: 0.5em; margin: 0;}
19
  .message {font-size: 1.2em;}
20
+ .wrap {min-width: min(640px, 100vh)}
21
  .message-wrap {max-height: min(700px, 100vh);}
22
  """
23