markrodrigo commited on
Commit ·
de4beca
1
Parent(s): b24d821
startup
Browse files
app.py
CHANGED
|
@@ -57,7 +57,7 @@ def respond(user_message, chat_history):
|
|
| 57 |
|
| 58 |
|
| 59 |
|
| 60 |
-
with gr.Blocks(title="Text to PostGIS Postgresql via Llama 3.2", theme=gr.themes.
|
| 61 |
gr.Markdown("# Natural Language to Spatial SQL.\n### Convert natural language and spatial primitives to PostGIS with Llama 3.2")
|
| 62 |
chatbot = gr.Chatbot(
|
| 63 |
label="Chat",
|
|
|
|
| 57 |
|
| 58 |
|
| 59 |
|
| 60 |
+
with gr.Blocks(title="Text to PostGIS Postgresql via Llama 3.2", theme=gr.themes.Ocean()) as demo:
|
| 61 |
gr.Markdown("# Natural Language to Spatial SQL.\n### Convert natural language and spatial primitives to PostGIS with Llama 3.2")
|
| 62 |
chatbot = gr.Chatbot(
|
| 63 |
label="Chat",
|