Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -118,11 +118,6 @@ css = '''
|
|
| 118 |
margin-right: 10px;
|
| 119 |
}
|
| 120 |
|
| 121 |
-
.gradio-title {
|
| 122 |
-
font-weight: bold;
|
| 123 |
-
font-size: 24px;
|
| 124 |
-
color: #4A90E2;
|
| 125 |
-
}
|
| 126 |
|
| 127 |
/* Style the chat history */
|
| 128 |
.gradio-chat-history {
|
|
@@ -214,7 +209,6 @@ header_html = '''
|
|
| 214 |
<div class="gradio-logo">
|
| 215 |
<img src="https://redfernstech.com/wp-content/uploads/2024/05/RedfernsLogo_FinalV1.0-3-2048x575.png" alt="Company Logo">
|
| 216 |
</div>
|
| 217 |
-
<div class="gradio-title">RedFerns Tech</div>
|
| 218 |
</div>
|
| 219 |
'''
|
| 220 |
|
|
|
|
| 118 |
margin-right: 10px;
|
| 119 |
}
|
| 120 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 121 |
|
| 122 |
/* Style the chat history */
|
| 123 |
.gradio-chat-history {
|
|
|
|
| 209 |
<div class="gradio-logo">
|
| 210 |
<img src="https://redfernstech.com/wp-content/uploads/2024/05/RedfernsLogo_FinalV1.0-3-2048x575.png" alt="Company Logo">
|
| 211 |
</div>
|
|
|
|
| 212 |
</div>
|
| 213 |
'''
|
| 214 |
|