Aiswarya Sankar commited on
Commit
3c5f045
·
1 Parent(s): 5a8be90

Remove openai token

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -576,7 +576,7 @@ with gr.Blocks() as demo:
576
  with gr.Column(scale=2, min_width=300):
577
  docs = generateDocumentationPerFolder("overview", repoName[:-4])
578
  markdown.update(docs)
579
- markdown.render()
580
 
581
 
582
  with gr.Tab("Custom Model Finetuning"):
 
576
  with gr.Column(scale=2, min_width=300):
577
  docs = generateDocumentationPerFolder("overview", repoName[:-4])
578
  markdown.update(docs)
579
+ # markdown.render()
580
 
581
 
582
  with gr.Tab("Custom Model Finetuning"):