Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -277,7 +277,7 @@ def vectara_query(query: str, config: dict):
|
|
| 277 |
|
| 278 |
|
| 279 |
# Create the main app with three tabs
|
| 280 |
-
tab1, tab2, tab3, tab4 = st.tabs(["Synthetic Data", "Data Query", "HHEM-
|
| 281 |
|
| 282 |
with tab1:
|
| 283 |
|
|
@@ -373,7 +373,7 @@ with tab2:
|
|
| 373 |
|
| 374 |
with tab3:
|
| 375 |
|
| 376 |
-
st.header("HHEM-
|
| 377 |
|
| 378 |
# User inputs
|
| 379 |
query = st.text_area("Enter your text for query tuning", "", height=100)
|
|
|
|
| 277 |
|
| 278 |
|
| 279 |
# Create the main app with three tabs
|
| 280 |
+
tab1, tab2, tab3, tab4 = st.tabs(["Synthetic Data", "Data Query", "HHEM-Vectara Query Tuner", "Model Evaluation"])
|
| 281 |
|
| 282 |
with tab1:
|
| 283 |
|
|
|
|
| 373 |
|
| 374 |
with tab3:
|
| 375 |
|
| 376 |
+
st.header("HHEM-Vectara Query Tuner")
|
| 377 |
|
| 378 |
# User inputs
|
| 379 |
query = st.text_area("Enter your text for query tuning", "", height=100)
|