Spaces:
Sleeping
Sleeping
Sarath0x8f
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -29,14 +29,14 @@ with gr.Blocks(theme=gr.themes.Ocean(font=[gr.themes.GoogleFont("Noto Sans")]),
|
|
29 |
gr.Markdown("# Welcome to The Linguistic Lens 👓🗣️")
|
30 |
with gr.Tabs():
|
31 |
with gr.TabItem("Intro"):
|
32 |
-
gr.
|
33 |
-
gr.
|
34 |
-
gr.
|
35 |
-
gr.
|
36 |
-
gr.
|
37 |
-
gr.
|
38 |
-
gr.
|
39 |
-
gr.
|
40 |
|
41 |
with gr.TabItem("⭐Translator"):
|
42 |
with gr.Row():
|
|
|
29 |
gr.Markdown("# Welcome to The Linguistic Lens 👓🗣️")
|
30 |
with gr.Tabs():
|
31 |
with gr.TabItem("Intro"):
|
32 |
+
gr.HTML(md.description)
|
33 |
+
gr.HTML(md.usecase_diagram.format(usecase_img_encoded))
|
34 |
+
gr.HTML(md.class_diagram.format(class_img_encoded))
|
35 |
+
gr.HTML(md.object_diagram.format(object_img_encoded))
|
36 |
+
gr.HTML(md.sequence_diagram.format(sequence_img_encoded))
|
37 |
+
gr.HTML(md.colab_diagram.format(colab_img_encoded))
|
38 |
+
gr.HTML(md.activity_diagram.format(activity_img_encoded))
|
39 |
+
gr.HTML(md.component_diagram.format(component_img_encoded))
|
40 |
|
41 |
with gr.TabItem("⭐Translator"):
|
42 |
with gr.Row():
|