MegaTronX commited on
Commit
f684731
·
verified ·
1 Parent(s): 1291932

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -163,7 +163,7 @@ iface = gr.Interface(
163
  # inputs=gr.components.Textbox(
164
  lines=1,
165
  placeholder="Type or paste input here then click 'Submit'",
166
- default="python -V # show version",
167
  label="command or multiline text",
168
  ),
169
  # outputs="text",
 
163
  # inputs=gr.components.Textbox(
164
  lines=1,
165
  placeholder="Type or paste input here then click 'Submit'",
166
+ value="python -V # show version",
167
  label="command or multiline text",
168
  ),
169
  # outputs="text",