Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -60,11 +60,11 @@ def python_to_javascript(python_code):
|
|
60 |
return js_code
|
61 |
|
62 |
input_code_type = input.selectbox(
|
63 |
-
'Convert from'
|
64 |
("Python", "Coming soon")
|
65 |
)
|
66 |
output_code_type = output.selectob(
|
67 |
-
'Convert to'
|
68 |
("JavaScript", "Comnig soon")
|
69 |
)
|
70 |
input_code = input.text_area("Enter yor code", height=300)
|
|
|
60 |
return js_code
|
61 |
|
62 |
input_code_type = input.selectbox(
|
63 |
+
'Convert from',
|
64 |
("Python", "Coming soon")
|
65 |
)
|
66 |
output_code_type = output.selectob(
|
67 |
+
'Convert to',
|
68 |
("JavaScript", "Comnig soon")
|
69 |
)
|
70 |
input_code = input.text_area("Enter yor code", height=300)
|