Update app.py
Browse files
app.py
CHANGED
|
@@ -867,16 +867,13 @@ footer {display: none !important;}
|
|
| 867 |
border-radius: 0;
|
| 868 |
box-shadow: none;
|
| 869 |
}
|
| 870 |
-
|
| 871 |
#chatbot_conversation {
|
| 872 |
max-height: 200px;
|
| 873 |
}
|
| 874 |
-
|
| 875 |
.gr-button, .support-btn {
|
| 876 |
width: 100%;
|
| 877 |
margin: 5px 0;
|
| 878 |
}
|
| 879 |
-
|
| 880 |
.flex-row {
|
| 881 |
flex-direction: column;
|
| 882 |
}
|
|
|
|
| 867 |
border-radius: 0;
|
| 868 |
box-shadow: none;
|
| 869 |
}
|
|
|
|
| 870 |
#chatbot_conversation {
|
| 871 |
max-height: 200px;
|
| 872 |
}
|
|
|
|
| 873 |
.gr-button, .support-btn {
|
| 874 |
width: 100%;
|
| 875 |
margin: 5px 0;
|
| 876 |
}
|
|
|
|
| 877 |
.flex-row {
|
| 878 |
flex-direction: column;
|
| 879 |
}
|