heymenn commited on
Commit
8debb58
·
verified ·
1 Parent(s): a617845

Update app.py

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