Update app.py
Browse files
app.py
CHANGED
@@ -133,6 +133,8 @@ with gr.Blocks( theme=gr.themes.Default(), css="""
|
|
133 |
|
134 |
|
135 |
Also support .CSV and .parquet files
|
|
|
|
|
136 |
|
137 |
""",
|
138 |
elem_classes=["header"]
|
|
|
133 |
|
134 |
|
135 |
Also support .CSV and .parquet files
|
136 |
+
|
137 |
+
For security reason is better if you use the mcp server in local
|
138 |
|
139 |
""",
|
140 |
elem_classes=["header"]
|