heymenn commited on
Commit
816a1fb
·
verified ·
1 Parent(s): a24f06e

Update app.py

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