Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -1069,7 +1069,7 @@ This tool empowers you to fine-tune your RAG system for optimal performance. Exp
|
|
| 1069 |
|
| 1070 |
|
| 1071 |
iface = gr.TabbedInterface(
|
| 1072 |
-
[iface, gr.Markdown(tutorial_md) gr.Markdown( use_case_md )],
|
| 1073 |
["Embedding Comparison", "Tutorial", "Use Case"]
|
| 1074 |
)
|
| 1075 |
|
|
|
|
| 1069 |
|
| 1070 |
|
| 1071 |
iface = gr.TabbedInterface(
|
| 1072 |
+
[iface, gr.Markdown(tutorial_md), gr.Markdown( use_case_md )],
|
| 1073 |
["Embedding Comparison", "Tutorial", "Use Case"]
|
| 1074 |
)
|
| 1075 |
|