Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -37,8 +37,8 @@ def eternos_debugger(code, error, language):
|
|
| 37 |
|
| 38 |
# Gradio Interface
|
| 39 |
with gr.Blocks(theme=gr.themes.Soft()) as demo:
|
| 40 |
-
gr.Markdown("## Eternos β A Coder
|
| 41 |
-
gr.Markdown("Supports Python,
|
| 42 |
|
| 43 |
with gr.Row():
|
| 44 |
code_input = gr.Textbox(label="π¨βπ» Your Code", lines=14, placeholder="Paste your buggy code here...")
|
|
|
|
| 37 |
|
| 38 |
# Gradio Interface
|
| 39 |
with gr.Blocks(theme=gr.themes.Soft()) as demo:
|
| 40 |
+
gr.Markdown("## Eternos β A Coder's Friend")
|
| 41 |
+
gr.Markdown("Supports debugging of Python, The C Family and JavaScript")
|
| 42 |
|
| 43 |
with gr.Row():
|
| 44 |
code_input = gr.Textbox(label="π¨βπ» Your Code", lines=14, placeholder="Paste your buggy code here...")
|