samueldomdey commited on
Commit
8083b64
1 Parent(s): cbdef56

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
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