shamamanaeem03 commited on
Commit
4614414
·
verified ·
1 Parent(s): dcc547a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -315,7 +315,7 @@ with gr.Blocks(css=CSS, title="CodeLens — AI Code Explainer") as demo:
315
  language="python",
316
  lines=14,
317
  elem_classes=["code-input"],
318
- placeholder=PLACEHOLDER
319
  )
320
 
321
  explain_btn = gr.Button(
@@ -342,4 +342,4 @@ with gr.Blocks(css=CSS, title="CodeLens — AI Code Explainer") as demo:
342
  """)
343
 
344
  if __name__ == "__main__":
345
- demo.launch()
 
315
  language="python",
316
  lines=14,
317
  elem_classes=["code-input"],
318
+ value=PLACEHOLDER
319
  )
320
 
321
  explain_btn = gr.Button(
 
342
  """)
343
 
344
  if __name__ == "__main__":
345
+ demo.launch()