YaTharThShaRma999 commited on
Commit
dbd2c54
·
verified ·
1 Parent(s): 6b9f76e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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)