venture2 commited on
Commit
e2943d3
·
verified ·
1 Parent(s): 8252478

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -73,7 +73,7 @@ iface = gr.Interface(
73
  gr.Dropdown(choices=["Python", "JavaScript", "Java", "C++", "HTML", "CSS", "SQL", "Other"], label="Programming Language")
74
  ],
75
  outputs="text",
76
- title="Code Assistant with CodeGen-2B",
77
  description="An AI code assistant to help you with coding queries, debugging, and code generation. Specify the programming language for more accurate responses."
78
  )
79
 
 
73
  gr.Dropdown(choices=["Python", "JavaScript", "Java", "C++", "HTML", "CSS", "SQL", "Other"], label="Programming Language")
74
  ],
75
  outputs="text",
76
+ title="CodeBand",
77
  description="An AI code assistant to help you with coding queries, debugging, and code generation. Specify the programming language for more accurate responses."
78
  )
79