paopaoka3325 commited on
Commit
5769515
·
1 Parent(s): ca2ffa3

Add application files

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -1,5 +1,6 @@
1
  import gradio as gr
2
  import subprocess
 
3
 
4
  '''
5
  import gradio as gr
@@ -51,6 +52,7 @@ def greet(name1, name2):
51
  # Output the extracted text
52
  output
53
  '''
 
54
  data = {
55
  "Name": ['fawef', 'fseaf', 'asef'],
56
  "Age": [30, 25, 35],
 
1
  import gradio as gr
2
  import subprocess
3
+ import pandas as pd
4
 
5
  '''
6
  import gradio as gr
 
52
  # Output the extracted text
53
  output
54
  '''
55
+
56
  data = {
57
  "Name": ['fawef', 'fseaf', 'asef'],
58
  "Age": [30, 25, 35],