jdesiree commited on
Commit
49c634e
·
verified ·
1 Parent(s): ebb0a03

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -350,7 +350,6 @@ custom_css = """
350
  padding: 20px;
351
  border-bottom: 2px solid rgba(28, 18, 5, 0.1);
352
  text-align: left;
353
- max-height: 80;
354
  }
355
 
356
  .title-header h1 {
@@ -358,6 +357,7 @@ custom_css = """
358
  font-weight: bold;
359
  color: black;
360
  margin: 0;
 
361
  }
362
 
363
  /* Chat container */
 
350
  padding: 20px;
351
  border-bottom: 2px solid rgba(28, 18, 5, 0.1);
352
  text-align: left;
 
353
  }
354
 
355
  .title-header h1 {
 
357
  font-weight: bold;
358
  color: black;
359
  margin: 0;
360
+ max-height: 80;
361
  }
362
 
363
  /* Chat container */