Akeb0n0 commited on
Commit
9fef900
·
verified ·
1 Parent(s): 78d506d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -47,8 +47,7 @@ def predict(title, abstract, model, tokenizer, idx_to_category, threshold=0.95):
47
 
48
  def main():
49
  model, tokenizer, idx_to_category = load_model()
50
- st.set_page_config(page_title="arXiv Classifier", layout="wide")
51
-
52
  col1, col2 = st.columns([1, 4])
53
  with col1:
54
  st.image(header_img, width=100)
 
47
 
48
  def main():
49
  model, tokenizer, idx_to_category = load_model()
50
+
 
51
  col1, col2 = st.columns([1, 4])
52
  with col1:
53
  st.image(header_img, width=100)