Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -25,7 +25,7 @@ def main(conf):
|
|
25 |
with gr.TabItem(conf["layout"]["page_names"][0]):
|
26 |
|
27 |
gr.Markdown("π€ Non-Video Meeting Transcription and Speaker Diarization")
|
28 |
-
gr.Markdown("![](file/microphone_pen_and_paper.
|
29 |
gr.Markdown(get_files.load_markdown_file(conf["layout"]["about"]))
|
30 |
|
31 |
|
|
|
25 |
with gr.TabItem(conf["layout"]["page_names"][0]):
|
26 |
|
27 |
gr.Markdown("π€ Non-Video Meeting Transcription and Speaker Diarization")
|
28 |
+
gr.Markdown("![](file/microphone_pen_and_paper.png)")
|
29 |
gr.Markdown(get_files.load_markdown_file(conf["layout"]["about"]))
|
30 |
|
31 |
|