Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -135,14 +135,17 @@ tab1, tab2, tab3 = st.tabs(["Synthetic Data", "Data Query", "HHEM-Victara Query
|
|
| 135 |
|
| 136 |
with tab1:
|
| 137 |
st.header("Synthetic Data")
|
|
|
|
|
|
|
| 138 |
|
| 139 |
|
| 140 |
with tab2:
|
| 141 |
st.header("Data Query")
|
|
|
|
| 142 |
|
| 143 |
with tab3:
|
|
|
|
| 144 |
st.header("HHEM-Victara Query Tuner")
|
| 145 |
-
|
| 146 |
|
| 147 |
# User inputs
|
| 148 |
query = st.text_area("Enter your text for query tuning", "", height=75)
|
|
|
|
| 135 |
|
| 136 |
with tab1:
|
| 137 |
st.header("Synthetic Data")
|
| 138 |
+
st.link_button("Create Synthetic Medical Data", "https://chat.openai.com/g/g-XyHciw52w-synthetic-clinical-data")
|
| 139 |
+
|
| 140 |
|
| 141 |
|
| 142 |
with tab2:
|
| 143 |
st.header("Data Query")
|
| 144 |
+
st.link_button("Query & Summarize Data", "https://chat.openai.com/g/g-9tWqg4gRY-explore-summarize-medical-data")
|
| 145 |
|
| 146 |
with tab3:
|
| 147 |
+
|
| 148 |
st.header("HHEM-Victara Query Tuner")
|
|
|
|
| 149 |
|
| 150 |
# User inputs
|
| 151 |
query = st.text_area("Enter your text for query tuning", "", height=75)
|