Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -228,7 +228,7 @@ public class y {
|
|
228 |
}
|
229 |
}"""]
|
230 |
# We instantiate the Textbox class
|
231 |
-
textbox = gr.Textbox(
|
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,
|