whackthejacker commited on
Commit
2a4a006
·
verified ·
1 Parent(s): 5a14c39

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -52,7 +52,7 @@ iface = gr.Interface(
52
  gr.Slider(label="Max Length", minimum=10, maximum=1000, value=200)
53
  ],
54
  outputs="text",
55
- title="AI Code Generator with Hugging Face Models",
56
  description="Select a model and dataset, input a prompt, and generate Python code using AI models."
57
  )
58
 
 
52
  gr.Slider(label="Max Length", minimum=10, maximum=1000, value=200)
53
  ],
54
  outputs="text",
55
+ title="Ultimate Code Generator Python: AI Code Generator with Hugging Face Models",
56
  description="Select a model and dataset, input a prompt, and generate Python code using AI models."
57
  )
58