panda1835 commited on
Commit
195f2d0
1 Parent(s): 59100d5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -1
app.py CHANGED
@@ -106,7 +106,10 @@ supported_snakes = """
106
  """
107
 
108
  for snake in overlap_list:
109
- supported_snakes += f"|{snake}|{scientific2vietnamese[snake]}|\n"
 
 
 
110
 
111
  # Gradio interface
112
  description = """
 
106
  """
107
 
108
  for snake in overlap_list:
109
+ if snake in scientific2vietnamese.keys():
110
+ supported_snakes += f"|{snake}|{scientific2vietnamese[snake]}|\n"
111
+ else:
112
+ supported_snakes += f"|{snake}||\n"
113
 
114
  # Gradio interface
115
  description = """