Corey Morris commited on
Commit
5d3a9b2
1 Parent(s): 25bce6d

removed example table with link

Browse files
Files changed (1) hide show
  1. app.py +0 -7
app.py CHANGED
@@ -189,13 +189,6 @@ matching_columns = [col for col in filtered_data.columns if any(query.lower() in
189
  st.markdown("## Sortable Results")
190
  st.dataframe(filtered_data[matching_columns])
191
 
192
- # create a dataframe with one column that is titled link. the content is https://huggingface.co/garage-bAInd/Platypus2-70B-instruct
193
- # the link should be clickable
194
- # the link should open in a new tab
195
- test_df = pd.DataFrame({'link': ['[link](https://huggingface.co/garage-bAInd/Platypus2-70B-instruct)']})
196
- st.dataframe(test_df)
197
-
198
-
199
  # CSV download
200
 
201
  filtered_data.index.name = "Model Name"
 
189
  st.markdown("## Sortable Results")
190
  st.dataframe(filtered_data[matching_columns])
191
 
 
 
 
 
 
 
 
192
  # CSV download
193
 
194
  filtered_data.index.name = "Model Name"