tharun1507 commited on
Commit
7f4978b
·
verified ·
1 Parent(s): 20de57a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -50,7 +50,6 @@ demo = gr.Interface(
50
  inputs=gr.Textbox(placeholder="Enter your code snippet here...", label="Code Snippet", lines=10),
51
  outputs=gr.Textbox(label="Explanation and Output", lines=15),
52
  title="DECIPHER The Python Code Explainer\n\n Al Capstone Project\n (XII-C)",
53
- description="This application explains Python code snippets and shows their output.",
54
  theme="default"
55
  )
56
 
 
50
  inputs=gr.Textbox(placeholder="Enter your code snippet here...", label="Code Snippet", lines=10),
51
  outputs=gr.Textbox(label="Explanation and Output", lines=15),
52
  title="DECIPHER The Python Code Explainer\n\n Al Capstone Project\n (XII-C)",
 
53
  theme="default"
54
  )
55