Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -60,7 +60,7 @@ examples = [
|
|
| 60 |
]
|
| 61 |
|
| 62 |
# Gradio интерфейс
|
| 63 |
-
with gr.Blocks(theme=
|
| 64 |
gr.Markdown("# AI Code Generator with Update Feature")
|
| 65 |
gr.Markdown("Enter a prompt and select the file type or platform to generate code. You can also update the generated code with a new prompt.")
|
| 66 |
|
|
|
|
| 60 |
]
|
| 61 |
|
| 62 |
# Gradio интерфейс
|
| 63 |
+
with gr.Blocks(theme="Nymbo/Nymbo-Theme") as demo:
|
| 64 |
gr.Markdown("# AI Code Generator with Update Feature")
|
| 65 |
gr.Markdown("Enter a prompt and select the file type or platform to generate code. You can also update the generated code with a new prompt.")
|
| 66 |
|