SajjadAyoubi commited on
Commit
4f58d6c
·
1 Parent(s): f0fa5d9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -1,5 +1,6 @@
1
  import streamlit as st
2
  import pandas as pd
 
3
  from html import escape
4
  import os
5
  import torch
 
1
  import streamlit as st
2
  import pandas as pd
3
+ import numpy as np
4
  from html import escape
5
  import os
6
  import torch