Skip to content

Commit 48752bc

Browse files
authored
Merge pull request #27 from FalkorDB/queryweaver
brand as queryweaver
2 parents d9a55da + f347139 commit 48752bc

File tree

6 files changed

+5
-45
lines changed

6 files changed

+5
-45
lines changed

api/static/css/layout.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
}
1616

1717
.logo {
18-
height: 40px;
18+
height: 60px;
1919
width: auto;
2020
}
2121

62.4 KB
Loading

api/templates/chat.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{% extends "base.j2" %}
22

3-
{% block title %}Text-to-SQL Chat Interface{% endblock %}
3+
{% block title %}QueryWeaver Chat Interface{% endblock %}
44

55
{% block toolbar %}
66
{% include 'components/toolbar.j2' %}

api/templates/chat_new.j2

Lines changed: 0 additions & 40 deletions
This file was deleted.

api/templates/components/chat_header.j2

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{# Chat header with logo, title, and action buttons #}
22
<div class="chat-header">
3-
<img src="{{ url_for('static', filename='public/icons/logo.svg') }}" alt="Chat Logo" class="logo">
4-
<h1> Text-to-SQL(Natural Language to SQL Generator)</h1>
3+
<img src="{{ url_for('static', filename='public/icons/queryweaver.webp') }}" alt="Chat Logo" class="logo">
4+
<h1>Natural Language to SQL Generator</h1>
55
<div class="button-container">
66
<select title="Select Database" id="graph-select">
77
<option value="">Loading...</option>

api/templates/components/login_modal.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{# Login modal for authentication #}
22
<div id="google-login-modal" class="google-login-modal">
33
<div class="google-login-modal-content">
4-
<h2>Welcome to Text-to-SQL</h2>
4+
<h2>Welcome to QueryWeaver</h2>
55
<p>Please login to continue</p>
66
<a href="{{ url_for('google.login') }}" class="google-login-btn">
77
<img src="{{ url_for('static', filename='public/icons/google.svg') }}" alt="Google logo" class="google-login-logo">Sign in with Google

0 commit comments

Comments
 (0)