markrodrigo commited on
Commit
7d6ce82
·
1 Parent(s): 15687a2
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -58,7 +58,7 @@ def respond(user_message, chat_history):
58
 
59
 
60
  with gr.Blocks(title="Text to PostGIS Postgresql via Llama 3.2") 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",
64
  height=400,
 
58
 
59
 
60
  with gr.Blocks(title="Text to PostGIS Postgresql via Llama 3.2") 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",
64
  height=400,