Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 = """
|