Kvikontent commited on
Commit
58450a9
1 Parent(s): 1efde42

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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)