Update app.py
Browse files
app.py
CHANGED
@@ -2,6 +2,7 @@ import gradio as gr
|
|
2 |
import pandas as pd
|
3 |
from datatable import (dt, f,fread, by, ifelse, update, sort,count, min, max, mean, sum, rowsum,rowmean,rowcount,shift,rbind,cbind,union)
|
4 |
import requests
|
|
|
5 |
|
6 |
'''
|
7 |
import hashlib
|
|
|
2 |
import pandas as pd
|
3 |
from datatable import (dt, f,fread, by, ifelse, update, sort,count, min, max, mean, sum, rowsum,rowmean,rowcount,shift,rbind,cbind,union)
|
4 |
import requests
|
5 |
+
import openpyxl
|
6 |
|
7 |
'''
|
8 |
import hashlib
|