Felguk commited on
Commit
69e132c
·
verified ·
1 Parent(s): 406c667

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -60,7 +60,7 @@ examples = [
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
 
 
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