Sarath0x8f commited on
Commit
c9df082
·
verified ·
1 Parent(s): b90b1d7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -7
app.py CHANGED
@@ -109,13 +109,13 @@ with gr.Blocks(theme=gr.themes.Ocean(font=[gr.themes.GoogleFont("Noto Sans")]),
109
  with gr.Tabs():
110
  with gr.TabItem("Intro"):
111
  gr.HTML(md.description)
112
- gr.HTML(md.usecase_diagram.format(usecase_img_encoded))
113
- gr.HTML(md.class_diagram.format(class_img_encoded))
114
- gr.HTML(md.object_diagram.format(object_img_encoded))
115
- gr.HTML(md.sequence_diagram.format(sequence_img_encoded))
116
- gr.HTML(md.colab_diagram.format(colab_img_encoded))
117
- gr.HTML(md.activity_diagram.format(activity_img_encoded))
118
- gr.HTML(md.component_diagram.format(component_img_encoded))
119
 
120
  with gr.TabItem("⭐Translator"):
121
  with gr.Row():
 
109
  with gr.Tabs():
110
  with gr.TabItem("Intro"):
111
  gr.HTML(md.description)
112
+ # gr.HTML(md.usecase_diagram.format(usecase_img_encoded))
113
+ # gr.HTML(md.class_diagram.format(class_img_encoded))
114
+ # gr.HTML(md.object_diagram.format(object_img_encoded))
115
+ # gr.HTML(md.sequence_diagram.format(sequence_img_encoded))
116
+ # gr.HTML(md.colab_diagram.format(colab_img_encoded))
117
+ # gr.HTML(md.activity_diagram.format(activity_img_encoded))
118
+ # gr.HTML(md.component_diagram.format(component_img_encoded))
119
 
120
  with gr.TabItem("⭐Translator"):
121
  with gr.Row():