Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -63,7 +63,7 @@ input_code_type = input.selectbox(
|
|
| 63 |
'Convert from',
|
| 64 |
("Python", "Coming soon")
|
| 65 |
)
|
| 66 |
-
output_code_type = output.
|
| 67 |
'Convert to',
|
| 68 |
("JavaScript", "Comnig soon")
|
| 69 |
)
|
|
|
|
| 63 |
'Convert from',
|
| 64 |
("Python", "Coming soon")
|
| 65 |
)
|
| 66 |
+
output_code_type = output.selectbox(
|
| 67 |
'Convert to',
|
| 68 |
("JavaScript", "Comnig soon")
|
| 69 |
)
|