Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -50,6 +50,7 @@ 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 |
theme="default"
|
54 |
)
|
55 |
|
|
|
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 |
|