Spaces:
Runtime error
Runtime error
pierreguillou
commited on
Commit
·
44b04c6
1
Parent(s):
60319b6
Update app.py
Browse files
app.py
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
import gradio as gr
|
2 |
|
3 |
-
css="
|
4 |
|
5 |
title = "How to duplicate an existing Space?"
|
6 |
description = "POC with [spaces/sberbank-ai/mGPT](https://huggingface.co/spaces/sberbank-ai/mGPT)."
|
|
|
1 |
import gradio as gr
|
2 |
|
3 |
+
css="code {font-family: Consolas;color: crimson;background-color: #f1f1f1;padding: 2px;font-size: 105%;}"
|
4 |
|
5 |
title = "How to duplicate an existing Space?"
|
6 |
description = "POC with [spaces/sberbank-ai/mGPT](https://huggingface.co/spaces/sberbank-ai/mGPT)."
|