Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -11,7 +11,7 @@ def execute_code(code):
|
|
| 11 |
def execute_code_callback(code, temp, max):
|
| 12 |
return execute_code(code)
|
| 13 |
print("hello")
|
| 14 |
-
|
| 15 |
def gradio_app():
|
| 16 |
with gr.Blocks() as demo:
|
| 17 |
gr.Markdown(title)
|
|
|
|
| 11 |
def execute_code_callback(code, temp, max):
|
| 12 |
return execute_code(code)
|
| 13 |
print("hello")
|
| 14 |
+
title = """Simple coding Demo"""
|
| 15 |
def gradio_app():
|
| 16 |
with gr.Blocks() as demo:
|
| 17 |
gr.Markdown(title)
|