Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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
|
|
|
|
|
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 |
|