tharun1507 commited on
Commit
97e27ef
·
verified ·
1 Parent(s): 68b071a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -50,7 +50,9 @@ demo = gr.Interface(
50
  fn=explain_and_run_code,
51
  inputs=gr.Textbox(placeholder="Enter your code snippet here...", label="Code Snippet", lines=10),
52
  outputs=gr.Textbox(label="Explanation and Output", lines=15),
53
- title="DECIPHER The Python Code Explainer/nAl Capstone Project/n(XII-C)",
 
 
54
  theme="default"
55
  )
56
 
 
50
  fn=explain_and_run_code,
51
  inputs=gr.Textbox(placeholder="Enter your code snippet here...", label="Code Snippet", lines=10),
52
  outputs=gr.Textbox(label="Explanation and Output", lines=15),
53
+ title="""DECIPHER The Python Code Explainer
54
+ Al Capstone Project
55
+ (XII-C)""",
56
  theme="default"
57
  )
58