Rifky commited on
Commit
1f724cc
·
1 Parent(s): bd87e58

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -32,7 +32,7 @@ def sigmoid(x):
32
  with st.spinner("Loading Model..."):
33
  model, base_model, tokenizer, data = load_model()
34
 
35
- c1, c2, c3 = st.columns(3)
36
  with c1:
37
  st.write(" ")
38
 
 
32
  with st.spinner("Loading Model..."):
33
  model, base_model, tokenizer, data = load_model()
34
 
35
+ c1, c2, c3 = st.columns([1,3,1])
36
  with c1:
37
  st.write(" ")
38