ositamiles commited on
Commit
ae5d396
·
verified ·
1 Parent(s): 8538cd8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 Input")
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")