File tree Expand file tree Collapse file tree 6 files changed +5
-45
lines changed
Expand file tree Collapse file tree 6 files changed +5
-45
lines changed Original file line number Diff line number Diff line change 1515}
1616
1717.logo {
18- height : 40 px ;
18+ height : 60 px ;
1919 width : auto;
2020}
2121
Original file line number Diff line number Diff line change 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' %}
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments