Savyasaachin commited on
Commit
b96d6c8
·
verified ·
1 Parent(s): 14181cd

Thank you so much! Final request. Please change the name from BabbleBoss to Bhaasha - AI Translator

Browse files
Files changed (2) hide show
  1. components/top-bar.js +2 -3
  2. index.html +2 -2
components/top-bar.js CHANGED
@@ -142,10 +142,9 @@ class TopBar extends HTMLElement {
142
  <div class="header-top">
143
  <div class="app-name">
144
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M5 8l6 6"></path><path d="M4 14l6-6 2-3"></path><path d="M2 5h12"></path><path d="M7 2h1"></path><path d="M22 22l-5-10-5 10"></path><path d="M14 18h6"></path></svg>
145
- Translate
146
  </div>
147
-
148
- <div class="model-selector">
149
  <label>
150
  <input type="radio" name="model" value="indictrans2-en-indic-1B" class="radio-input" ${window.appState.model === 'indictrans2-en-indic-1B' ? 'checked' : ''}>
151
  <span class="radio-label">IndicTrans2</span>
 
142
  <div class="header-top">
143
  <div class="app-name">
144
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M5 8l6 6"></path><path d="M4 14l6-6 2-3"></path><path d="M2 5h12"></path><path d="M7 2h1"></path><path d="M22 22l-5-10-5 10"></path><path d="M14 18h6"></path></svg>
145
+ Bhaasha - AI Translator
146
  </div>
147
+ <div class="model-selector">
 
148
  <label>
149
  <input type="radio" name="model" value="indictrans2-en-indic-1B" class="radio-input" ${window.appState.model === 'indictrans2-en-indic-1B' ? 'checked' : ''}>
150
  <span class="radio-label">IndicTrans2</span>
index.html CHANGED
@@ -3,8 +3,8 @@
3
  <head>
4
  <meta charset="UTF-8">
5
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
- <title>BabbleBoss - Self Hosted Translation</title>
7
- <link rel="icon" type="image/x-icon" href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>🧙‍♂️</text></svg>">
8
  <script src="https://cdn.tailwindcss.com"></script>
9
  <script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script>
10
  <script src="https://unpkg.com/feather-icons"></script>
 
3
  <head>
4
  <meta charset="UTF-8">
5
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
+ <title>Bhaasha - AI Translator</title>
7
+ <link rel="icon" type="image/x-icon" href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>🧙‍♂️</text></svg>">
8
  <script src="https://cdn.tailwindcss.com"></script>
9
  <script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script>
10
  <script src="https://unpkg.com/feather-icons"></script>