Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -78,7 +78,7 @@ def get_completion(code_snippet):
|
|
78 |
# define app UI
|
79 |
iface = gr.Interface(fn=get_completion, inputs=[gr.Textbox(label="Insert Code Snippet",lines=5)],
|
80 |
outputs=[gr.Textbox(label="Explanation Here",lines=8)],
|
81 |
-
title="Code Explainer"
|
82 |
)
|
83 |
|
84 |
iface.launch()
|
|
|
78 |
# define app UI
|
79 |
iface = gr.Interface(fn=get_completion, inputs=[gr.Textbox(label="Insert Code Snippet",lines=5)],
|
80 |
outputs=[gr.Textbox(label="Explanation Here",lines=8)],
|
81 |
+
title="DECIPHER \n The Python Code Explainer \n AI Capstone Project(XII-C)"
|
82 |
)
|
83 |
|
84 |
iface.launch()
|