heymenn commited on
Commit
9ef2bb9
·
verified ·
1 Parent(s): ac28377

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -11,7 +11,7 @@ def excel_to_csv(fi):
11
 
12
  df = df.to_csv(path_or_buf = "here2.csv")
13
 
14
- return gr.Dropdown(choices=clm, label="Columns of the file", multiselect=True, allow_custom_value=True), "here2.csv"
15
 
16
  def text_to_neo4j(rm, cm):
17
  prompt = """
 
11
 
12
  df = df.to_csv(path_or_buf = "here2.csv")
13
 
14
+ return gr.Dropdown(clm, label="Columns of the file", multiselect=True, allow_custom_value=True), "here2.csv"
15
 
16
  def text_to_neo4j(rm, cm):
17
  prompt = """