Update app.py
Browse files
app.py
CHANGED
@@ -619,6 +619,7 @@ def app(num_outputs1=50, MAX_SEQ_LEN1=10, Attribute_num=1):
|
|
619 |
pred_contents_df = pd.DataFrame(pred_contents_dict)
|
620 |
fi_df = pred_contents_df[pred_contents_df[all_function_names] == 'Yes']
|
621 |
fi_df = fi_df.head(limit)
|
|
|
622 |
# output_str = pred_contents_df.to_string(index=True)
|
623 |
# output_str = fi_df.to_html(index=False, classes='table table-bordered table-striped')
|
624 |
# table_style = 'width:100%;'
|
@@ -718,4 +719,5 @@ td {
|
|
718 |
''')
|
719 |
|
720 |
# Continue with the rest of your code
|
|
|
721 |
demo.launch()
|
|
|
619 |
pred_contents_df = pd.DataFrame(pred_contents_dict)
|
620 |
fi_df = pred_contents_df[pred_contents_df[all_function_names] == 'Yes']
|
621 |
fi_df = fi_df.head(limit)
|
622 |
+
#to update
|
623 |
# output_str = pred_contents_df.to_string(index=True)
|
624 |
# output_str = fi_df.to_html(index=False, classes='table table-bordered table-striped')
|
625 |
# table_style = 'width:100%;'
|
|
|
719 |
''')
|
720 |
|
721 |
# Continue with the rest of your code
|
722 |
+
|
723 |
demo.launch()
|