Update app.py
Browse files
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 |
|