Spaces:
Runtime error
Runtime error
Commit
·
8083b64
1
Parent(s):
cbdef56
Update app.py
Browse files
app.py
CHANGED
@@ -1,3 +1,6 @@
|
|
|
|
|
|
|
|
1 |
# summary function - test for single gradio function interfrace
|
2 |
def bulk_function(filename):
|
3 |
# Create class for data preparation
|
|
|
1 |
+
import gradio as gr
|
2 |
+
import pandas as pd
|
3 |
+
import numpy as np
|
4 |
# summary function - test for single gradio function interfrace
|
5 |
def bulk_function(filename):
|
6 |
# Create class for data preparation
|