Update app.py
Browse files
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="
|
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 |
|