Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -283,7 +283,7 @@ theme = gr.themes.Ocean(
|
|
| 283 |
font_mono=[gr.themes.GoogleFont("Fira Code"), "monospace"]
|
| 284 |
)
|
| 285 |
DOX_LOGO = "https://raw.githubusercontent.com/AzzamAlnatsheh/DDS_BuildingAIChallenge/main/Dox Transparent Image.png"
|
| 286 |
-
|
| 287 |
.main-container {
|
| 288 |
max-width: 1250px;
|
| 289 |
margin: auto;
|
|
|
|
| 283 |
font_mono=[gr.themes.GoogleFont("Fira Code"), "monospace"]
|
| 284 |
)
|
| 285 |
DOX_LOGO = "https://raw.githubusercontent.com/AzzamAlnatsheh/DDS_BuildingAIChallenge/main/Dox Transparent Image.png"
|
| 286 |
+
custom_css = """
|
| 287 |
.main-container {
|
| 288 |
max-width: 1250px;
|
| 289 |
margin: auto;
|