sani903 commited on
Commit
f35e5d9
·
1 Parent(s): 0426859

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -228,7 +228,7 @@ public class y {
228
  }
229
  }"""]
230
  # We instantiate the Textbox class
231
- textbox = gr.Textbox(description=description,examples = ex,label="Type Java code snippet:", placeholder="replace variable with [MASK]", lines=10)
232
 
233
  gr.Interface(fn=greet, inputs=[
234
  textbox,
 
228
  }
229
  }"""]
230
  # We instantiate the Textbox class
231
+ textbox = gr.Textbox(examples = ex,label="Type Java code snippet:", placeholder="replace variable with [MASK]", lines=10)
232
 
233
  gr.Interface(fn=greet, inputs=[
234
  textbox,