Skip to content

Commit

Permalink
feat: add LlamaParse by default
Browse files Browse the repository at this point in the history
  • Loading branch information
Ronan committed May 12, 2024
1 parent 2a0b95e commit b9dee52
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions app/extract_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ pagefilter:

table_extraction:
- type: ExtractTableAPI
- type: LlamaParse
- type: Unstructured
params:
hi_res_model_name: "yolox"
Expand Down
2 changes: 1 addition & 1 deletion app/pages/5_Clean_Tables.py
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ def update_df_csv_to_save() -> None:
lambda x: style_specific_cells(x, index_list), axis=None
)

st.dataframe(dataframe_styler, use_container_width=True, height=1000)
st.dataframe(dataframe_styler, use_container_width=True, height=300)

st.button(
"Save the table above",
Expand Down

0 comments on commit b9dee52

Please sign in to comment.