fix(comment out raising error for large token size: possibly breaking error) cd79d24 Allen Park commited on Jul 30, 2024
fix(break all text of file uploaded to flow to next lines) 6283f19 Allen Park commited on Jul 30, 2024
fix(made lynx logo smaller 150px->125px & add container div to make the header smaller width and centered) 8d534dc Allen Park commited on Jul 30, 2024
fix(move svg styling outside & add flex to a tag with lynx logo and header) dff5ffe Allen Park commited on Jul 30, 2024
fix(moved lynx model header into <a> tag & removed html parser around logo_svg) 7cf55c5 Allen Park commited on Jul 30, 2024
fix(add html parser around {logo_svg} and add text next to lynx logo) c73afd0 Allen Park commited on Jul 30, 2024
fix(update HEADER html to include patronus logo and href) 91ad5b7 Allen Park commited on Jul 30, 2024
fix(make example buttons width fit-content and padding + add markdown new line above example header) ed9ab49 Allen Park commited on Jul 30, 2024
fix(add break above exmaple header & make examples how own row again) 2d01a69 Allen Park commited on Jul 30, 2024
fix(add padding and gap to example button & font-size from .75rem -> 1rem) 8de2cbd Allen Park commited on Jul 30, 2024
add spacing for example header & make examples fill in rows (not one per row) 1c92944 Allen Park commited on Jul 30, 2024
fix(make examples fill own row & background color priority in css) 0edf770 Allen Park commited on Jul 30, 2024
add hover and change purple to indigo & add css to gr.Blocks b16c6b4 Allen Park commited on Jul 30, 2024
fix(get rid of css string & get rid of gr.row for question and answer) b084d79 Allen Park commited on Jul 30, 2024
chore(update styiling to have default theme and font through gr.themes rather than imported cs) daf0054 Allen Park commited on Jul 30, 2024
fix(replace double quotes with 3 ticks to resolve double quotes in strintg) e200600 Allen Park commited on Jul 30, 2024
fix(increase height to 150px to show all elements clearly) 6b5935b Allen Park commited on Jul 30, 2024
feat(docx text extraction): extract all the text from the uploaded docx file 6efea88 Allen Park commited on Jul 29, 2024
fix(pdfplumber): replace the pdfplumber package and implementation with pymupdf 901a87e Allen Park commited on Jul 29, 2024
feat(pdf text extraction): extract all the text from the uploaded pdf file e504a30 Allen Park commited on Jul 29, 2024
add file_types parameter to only allow pdfs, docs, & text files; make sure file count is single for visible uploadbutton elements 1230f78 Allen Park commited on Jul 29, 2024