kinensake commited on
Commit
7ac9c82
·
1 Parent(s): c4bf747

Fix: space

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -21,9 +21,9 @@ def loadEnModel():
21
  class GramformerDemo:
22
 
23
  def __init__(self):
24
- if 'gf' not in st.session_state:
25
  st.session_state['gf'] = None
26
-
27
  st.set_page_config(
28
  page_title="Gramformer Demo",
29
  initial_sidebar_state="expanded",
 
21
  class GramformerDemo:
22
 
23
  def __init__(self):
24
+ if 'gf' not in st.session_state:
25
  st.session_state['gf'] = None
26
+
27
  st.set_page_config(
28
  page_title="Gramformer Demo",
29
  initial_sidebar_state="expanded",