Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -235,7 +235,7 @@ def main():
|
|
235 |
# Populate each tab with resource details
|
236 |
for idx, (tool, tab) in enumerate(zip(tool_details, tabs)):
|
237 |
with tab:
|
238 |
-
st.subheader("Research
|
239 |
st.code(tool.get('toolInput', 'No input'), language=None)
|
240 |
|
241 |
st.subheader("Research Findings")
|
|
|
235 |
# Populate each tab with resource details
|
236 |
for idx, (tool, tab) in enumerate(zip(tool_details, tabs)):
|
237 |
with tab:
|
238 |
+
st.subheader("Research Name")
|
239 |
st.code(tool.get('toolInput', 'No input'), language=None)
|
240 |
|
241 |
st.subheader("Research Findings")
|