markrodrigo commited on
Commit
de4beca
·
1 Parent(s): b24d821
Files changed (1) hide show
  1. app.py +1 -1
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.Glass()) 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",
 
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",