Kvikontent commited on
Commit
7f929b0
1 Parent(s): fbc3d9d

Update app.py

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