Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -11,7 +11,7 @@ def excel_to_csv(fi):
|
|
11 |
|
12 |
return gr.Dropdown(choices=columns, label="Columns of the file", multiselect=True, allow_custom_value=True), "here2.csv"
|
13 |
|
14 |
-
def
|
15 |
prompt = """
|
16 |
|
17 |
Here is a random Neo4J database with additionnal informations in '#' :
|
|
|
11 |
|
12 |
return gr.Dropdown(choices=columns, label="Columns of the file", multiselect=True, allow_custom_value=True), "here2.csv"
|
13 |
|
14 |
+
def text_to_neo4j(rm, cm):
|
15 |
prompt = """
|
16 |
|
17 |
Here is a random Neo4J database with additionnal informations in '#' :
|