KushJaggi commited on
Commit
dbf2c3c
1 Parent(s): 657987d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -2
app.py CHANGED
@@ -58,6 +58,8 @@ css = """
58
  .title {
59
  text-align: center;
60
  max-width: 600px;
 
 
61
  color: #000;
62
  }
63
 
@@ -66,8 +68,9 @@ css = """
66
  }
67
 
68
  .chatbot {
69
- height: 350px;
70
- border: 1px solid #ccc;
 
71
  padding: 10px;
72
  background-color: #fff;
73
  font-family: sans-serif;
 
58
  .title {
59
  text-align: center;
60
  max-width: 600px;
61
+ margin-left: auto;
62
+ margin-right: auto;
63
  color: #000;
64
  }
65
 
 
68
  }
69
 
70
  .chatbot {
71
+ max-height: 350px;
72
+ margin-left: auto;
73
+ margin-right: auto;
74
  padding: 10px;
75
  background-color: #fff;
76
  font-family: sans-serif;