Spaces:
Running on Zero
Running on Zero
Daryl Lim Claude Opus 4.6 (1M context) commited on
Commit ·
1414eac
1
Parent(s): 162d5b7
feat: update browser tab title to MADLAD-400 Translate
Browse filesAlign Gradio Blocks title with the renamed repository.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
app.py
CHANGED
|
@@ -98,7 +98,7 @@ def _translate_with_loading(
|
|
| 98 |
def _build_demo() -> gr.Blocks:
|
| 99 |
_, language_names = _build_language_mappings()
|
| 100 |
|
| 101 |
-
with gr.Blocks(title="MADLAD-400
|
| 102 |
with gr.Row(equal_height=True):
|
| 103 |
with gr.Column():
|
| 104 |
gr.Dropdown(
|
|
|
|
| 98 |
def _build_demo() -> gr.Blocks:
|
| 99 |
_, language_names = _build_language_mappings()
|
| 100 |
|
| 101 |
+
with gr.Blocks(title="MADLAD-400 Translate") as demo:
|
| 102 |
with gr.Row(equal_height=True):
|
| 103 |
with gr.Column():
|
| 104 |
gr.Dropdown(
|