Update app.py
Browse filesUpdated logic around the README page
app.py
CHANGED
@@ -2202,7 +2202,7 @@ with gr.Blocks(title="Shallow Research Code Assistant Hub",
|
|
2202 |
)
|
2203 |
with gr.Tab("README", scale=1):
|
2204 |
gr.Markdown(
|
2205 |
-
f"""{readme_content[
|
2206 |
""")
|
2207 |
|
2208 |
with gr.Tab("Orchestrator Flow", scale=1):
|
|
|
2202 |
)
|
2203 |
with gr.Tab("README", scale=1):
|
2204 |
gr.Markdown(
|
2205 |
+
f"""{readme_content[371:]}
|
2206 |
""")
|
2207 |
|
2208 |
with gr.Tab("Orchestrator Flow", scale=1):
|