NimaKL commited on
Commit
1b2ab8a
1 Parent(s): 1bf252c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -67,7 +67,7 @@ if text:
67
  with st.spinner('Wait for it...'):
68
  processed_data = prepare_data(text, tokenizer)
69
  result = make_prediction(yorum_model, processed_data=processed_data)
70
- st.markdown("<br>", unsafe_allow_html=True)
71
  st.success("Tahmin başarıyla tamamlandı!")
72
 
73
  description = '<table style="border: collapse; padding-top: 1px;"><tr><div style="height: 62px;"></div></tr><tr><p style="border-width: medium; border-color: #aa5e70; border-radius: 10px;padding-top: 1px;padding-left: 20px;background:#20212a;font-family:Courier New; color: white;font-size: 36px; font-weight: boldest;">'+result+'</p></tr><table>'
 
67
  with st.spinner('Wait for it...'):
68
  processed_data = prepare_data(text, tokenizer)
69
  result = make_prediction(yorum_model, processed_data=processed_data)
70
+ #st.markdown("<br>", unsafe_allow_html=True)
71
  st.success("Tahmin başarıyla tamamlandı!")
72
 
73
  description = '<table style="border: collapse; padding-top: 1px;"><tr><div style="height: 62px;"></div></tr><tr><p style="border-width: medium; border-color: #aa5e70; border-radius: 10px;padding-top: 1px;padding-left: 20px;background:#20212a;font-family:Courier New; color: white;font-size: 36px; font-weight: boldest;">'+result+'</p></tr><table>'