Upload folder using huggingface_hub
Browse files- hate_speech_demo.py +1 -1
hate_speech_demo.py
CHANGED
|
@@ -102,7 +102,7 @@ body, .gradio-container {
|
|
| 102 |
.rating-box {
|
| 103 |
border-radius: 8px;
|
| 104 |
box-shadow: 0 2px 5px rgba(0,0,0,0.1);
|
| 105 |
-
padding:
|
| 106 |
margin-bottom: 10px;
|
| 107 |
transition: all 0.3s ease;
|
| 108 |
background-color: #ffffff;
|
|
|
|
| 102 |
.rating-box {
|
| 103 |
border-radius: 8px;
|
| 104 |
box-shadow: 0 2px 5px rgba(0,0,0,0.1);
|
| 105 |
+
padding: 0px;
|
| 106 |
margin-bottom: 10px;
|
| 107 |
transition: all 0.3s ease;
|
| 108 |
background-color: #ffffff;
|