SunderAli17 commited on
Commit
ef17352
1 Parent(s): 8ad96f3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -143,8 +143,8 @@ def load_description(fp):
143
  content = f.read()
144
  return content
145
 
146
- with gr.Blocks(css=css) as Kolors:
147
- gr.HTML(load_description("assets/title.md"))
148
  with gr.Row():
149
  with gr.Column(elem_id="col-left"):
150
  with gr.Row():
 
143
  content = f.read()
144
  return content
145
 
146
+ with gr.Blocks(css=css) as SAK:
147
+ # gr.HTML(load_description("assets/title.md"))
148
  with gr.Row():
149
  with gr.Column(elem_id="col-left"):
150
  with gr.Row():