yasserrmd commited on
Commit
df87b93
·
verified ·
1 Parent(s): b5333df

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -40,9 +40,7 @@ def gradio_interface():
40
  interface = gr.Interface(
41
  fn=generate_haiku_comment,
42
  inputs=gr.Textbox(label="Code Snippet",lines=10, placeholder="Paste your code snippet here..."),
43
- outputs= gr.Markdown( """
44
- Code will be generated here
45
- """),
46
  title="Code Haiku Comment Generator",
47
  description="Paste a code snippet, and let the AI generate a poetic haiku comment summarizing it!",
48
  )
 
40
  interface = gr.Interface(
41
  fn=generate_haiku_comment,
42
  inputs=gr.Textbox(label="Code Snippet",lines=10, placeholder="Paste your code snippet here..."),
43
+ outputs= gr.Textbox(label="Code will be generated herep",lines=10),
 
 
44
  title="Code Haiku Comment Generator",
45
  description="Paste a code snippet, and let the AI generate a poetic haiku comment summarizing it!",
46
  )