AIdeaText commited on
Commit
ccf055d
1 Parent(s): ccd38a8

Update modules/morphosyntax/morphosyntax_interface.py

Browse files
modules/morphosyntax/morphosyntax_interface.py CHANGED
@@ -1,10 +1,12 @@
1
  #modules/morphosyntax/morphosyntax_interface.py
2
  import streamlit as st
 
3
  import spacy_streamlit
4
  from streamlit_float import *
5
  from streamlit_antd_components import *
6
  from streamlit.components.v1 import html
7
  import base64
 
8
 
9
  # Importar desde morphosyntax_process.py
10
  from .morphosyntax_process import (
 
1
  #modules/morphosyntax/morphosyntax_interface.py
2
  import streamlit as st
3
+ import pandas as pd
4
  import spacy_streamlit
5
  from streamlit_float import *
6
  from streamlit_antd_components import *
7
  from streamlit.components.v1 import html
8
  import base64
9
+ import re
10
 
11
  # Importar desde morphosyntax_process.py
12
  from .morphosyntax_process import (