Sarath0x8f commited on
Commit
261f4cb
·
verified ·
1 Parent(s): cf16325

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +8 -8
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.Markdown(md.description)
33
- gr.Markdown(md.usecase_diagram.format(usecase_img_encoded))
34
- gr.Markdown(md.class_diagram.format(class_img_encoded))
35
- gr.Markdown(md.object_diagram.format(object_img_encoded))
36
- gr.Markdown(md.sequence_diagram.format(sequence_img_encoded))
37
- gr.Markdown(md.colab_diagram.format(colab_img_encoded))
38
- gr.Markdown(md.activity_diagram.format(activity_img_encoded))
39
- gr.Markdown(md.component_diagram.format(component_img_encoded))
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():