Update app.py
Browse files
app.py
CHANGED
|
@@ -63,7 +63,7 @@ def handle_pdf(path, src, tgt):
|
|
| 63 |
|
| 64 |
# ββ Gradio UI (Blocks) ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
|
| 65 |
with gr.Blocks(theme=gr.themes.Default(primary_hue="teal", font="poppins")) as demo:
|
| 66 |
-
gr.Markdown("# πβ―AI Multilingual Translator
|
| 67 |
|
| 68 |
with gr.Tab("βοΈΒ Text"):
|
| 69 |
with gr.Row():
|
|
|
|
| 63 |
|
| 64 |
# ββ Gradio UI (Blocks) ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
|
| 65 |
with gr.Blocks(theme=gr.themes.Default(primary_hue="teal", font="poppins")) as demo:
|
| 66 |
+
gr.Markdown("# πβ―AI Multilingual Translator")
|
| 67 |
|
| 68 |
with gr.Tab("βοΈΒ Text"):
|
| 69 |
with gr.Row():
|