tharun1507 commited on
Commit
19ff6fc
·
verified ·
1 Parent(s): be67dd9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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()