fix(move svg styling outside & add flex to a tag with lynx logo and header)
dff5ffe
Allen Parkcommited on
chore(added indentation to logo.svg)
50fb4e3
Allen Parkcommited on
fix(moved lynx model header into <a> tag & removed html parser around logo_svg)
7cf55c5
Allen Parkcommited on
fix(add html parser around {logo_svg} and add text next to lynx logo)
c73afd0
Allen Parkcommited on
fix(move lynx logo above patronus logo)
27e1849
Allen Parkcommited on
fix(update HEADER html to include patronus logo and href)
91ad5b7
Allen Parkcommited on
fix(add f to header string to make fstring)
f15b0bc
Allen Parkcommited on
fix(add logo.svg & upload logo)
e71a07e
Allen Parkcommited on
fix(make example buttons width fit-content and padding + add markdown new line above example header)
ed9ab49
Allen Parkcommited on
fix(add break above exmaple header & make examples how own row again)
2d01a69
Allen Parkcommited on
fix(add padding and gap to example button & font-size from .75rem -> 1rem)
8de2cbd
Allen Parkcommited on
add spacing for example header & make examples fill in rows (not one per row)
1c92944
Allen Parkcommited on
fix(move spacing_size inside theme)
50d1738
Allen Parkcommited on
fix(add example section and set theme spacing to small)
0bb5671
Allen Parkcommited on
fix(make spacing of example buttons small)
187d857
Allen Parkcommited on
simplify css to just font-size and font-weight
d27dadc
Allen Parkcommited on
put examples in one column (less margin in between)
de4039b
Allen Parkcommited on
fix(make examples fill own row & background color priority in css)
0edf770
Allen Parkcommited on
add hover and change purple to indigo & add css to gr.Blocks
b16c6b4
Allen Parkcommited on
add class for example button
6d1bb98
Allen Parkcommited on
add gr.Row back with question and answer
2ca5664
Allen Parkcommited on
fix(get rid of css string & get rid of gr.row for question and answer)
b084d79
Allen Parkcommited on
fix(make submit button primary varient)
19b3d90
Allen Parkcommited on
chore(update styiling to have default theme and font through gr.themes rather than imported cs)
daf0054
Allen Parkcommited on
add themes
16619b0
Allen Parkcommited on
fix(add red/green emojis to score)
9bd0a5d
Allen Parkcommited on
chore(remove old comments with unused code)
07651a1
Allen Parkcommited on
fix(replace double quotes with 3 ticks to resolve double quotes in strintg)
e200600
Allen Parkcommited on
fix(replaced football example with film example)
fbccd18
Allen Parkcommited on
fix(move examples below right side & get rid of header)
db1bb98
Allen Parkcommited on
feat(add clickable examples)
31afd70
Allen Parkcommited on
fix(increase height to 150px to show all elements clearly)
6b5935b
Allen Parkcommited on
fix(for now add fixed height 100px)
65a69a3
Allen Parkcommited on
fix(adjust button by height instead of display)
b79ff37
Allen Parkcommited on
fix(change height of button to auto with display: flex)
4c3a573
Allen Parkcommited on
fix(added class to make button fixed height)
034edb9
Allen Parkcommited on
fix(remove io.BytesIO when taking in docx file)
7144bca
Allen Parkcommited on
feat(docx text extraction): extract all the text from the uploaded docx file
6efea88
Allen Parkcommited on
fix(pdfplumber): replace the pdfplumber package and implementation with pymupdf
901a87e
Allen Parkcommited on
feat(pdf text extraction): extract all the text from the uploaded pdf file
e504a30
Allen Parkcommited on
add file_types parameter to only allow pdfs, docs, & text files; make sure file count is single for visible uploadbutton elements
1230f78
Allen Parkcommited on
add scale value of textbox input for document
0b27a4e
Allen Parkcommited on
print the type of filepath and filepath name
49a1729
Allen Parkcommited on
move upload file button to document/context
b9132f9
Allen Parkcommited on
removed visibility in clearbutton & markdown since the parent will handle visibility; removed clearbutton as parameter since nothing about it needs to be changed
9ecbe8e
Allen Parkcommited on
make gr.Group a variable that is passed in functions to change visibility dynamically
4a543db
Allen Parkcommited on
add visibility (false) for parent (gr.Group); possible breaking change as no trigger to make visibility true again
b9b1597
Allen Parkcommited on
print out filepath and file when uploaded
6fe41d2
Allen Parkcommited on
add visible parameters for all other gr.Markdown elements
a0cb5d0
Allen Parkcommited on
add visible=False for markdown when no file is uploaded yet