Demosthene-OR commited on
Commit
033655d
·
1 Parent(s): f274074
app.py CHANGED
@@ -43,7 +43,7 @@ if st.session_state.Cloud == 0:
43
  os.environ['PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION'] = 'python'
44
 
45
  # Tabs in the ./tabs folder, imported here.
46
- from tabs import intro, exploration_tab, data_viz_tab, id_lang_tab, modelisation_dict_tab, modelisation_seq2seq_tab, game_tab
47
 
48
 
49
  with open("style.css", "r") as f:
@@ -58,12 +58,8 @@ st.markdown(f"<style>{style}</style>", unsafe_allow_html=True)
58
  TABS = OrderedDict(
59
  [
60
  (tr(intro.sidebar_name), intro),
61
- (tr(exploration_tab.sidebar_name), exploration_tab),
62
- (tr(data_viz_tab.sidebar_name), data_viz_tab),
63
- (tr(id_lang_tab.sidebar_name), id_lang_tab),
64
- (tr(modelisation_dict_tab.sidebar_name), modelisation_dict_tab),
65
- (tr(modelisation_seq2seq_tab.sidebar_name), modelisation_seq2seq_tab),
66
- (tr(game_tab.sidebar_name), game_tab ),
67
  ]
68
  )
69
 
@@ -83,7 +79,7 @@ def find_lang_label(lang_sel):
83
  def run():
84
 
85
  st.sidebar.image(
86
- "assets/demosthene_logo.png",
87
  width=270,
88
  )
89
  with st.sidebar:
 
43
  os.environ['PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION'] = 'python'
44
 
45
  # Tabs in the ./tabs folder, imported here.
46
+ from tabs import intro, text2speech_tab, sentence_similarity_tab
47
 
48
 
49
  with open("style.css", "r") as f:
 
58
  TABS = OrderedDict(
59
  [
60
  (tr(intro.sidebar_name), intro),
61
+ (tr(text2speech_tab.sidebar_name), text2speech_tab),
62
+ (tr(sentence_similarity_tab.sidebar_name), sentence_similarity_tab),
 
 
 
 
63
  ]
64
  )
65
 
 
79
  def run():
80
 
81
  st.sidebar.image(
82
+ "assets/value_props_logo.png",
83
  width=270,
84
  )
85
  with st.sidebar:
assets/demosthene_logo.png DELETED
Binary file (42.5 kB)
 
assets/faviconV2.png CHANGED
assets/logo-value-props 256x256.png ADDED
assets/value_props_logo.png ADDED