Update app.py
Browse files
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 |
-
|
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",
|