Commit History

fix(move svg styling outside & add flex to a tag with lynx logo and header)
dff5ffe

Allen Park commited on

chore(added indentation to logo.svg)
50fb4e3

Allen Park commited on

fix(moved lynx model header into <a> tag & removed html parser around logo_svg)
7cf55c5

Allen Park commited on

fix(add html parser around {logo_svg} and add text next to lynx logo)
c73afd0

Allen Park commited on

fix(move lynx logo above patronus logo)
27e1849

Allen Park commited on

fix(update HEADER html to include patronus logo and href)
91ad5b7

Allen Park commited on

fix(add f to header string to make fstring)
f15b0bc

Allen Park commited on

fix(add logo.svg & upload logo)
e71a07e

Allen Park commited on

fix(make example buttons width fit-content and padding + add markdown new line above example header)
ed9ab49

Allen Park commited on

fix(add break above exmaple header & make examples how own row again)
2d01a69

Allen Park commited on

fix(add padding and gap to example button & font-size from .75rem -> 1rem)
8de2cbd

Allen Park commited on

add spacing for example header & make examples fill in rows (not one per row)
1c92944

Allen Park commited on

fix(move spacing_size inside theme)
50d1738

Allen Park commited on

fix(add example section and set theme spacing to small)
0bb5671

Allen Park commited on

fix(make spacing of example buttons small)
187d857

Allen Park commited on

simplify css to just font-size and font-weight
d27dadc

Allen Park commited on

put examples in one column (less margin in between)
de4039b

Allen Park commited on

fix(make examples fill own row & background color priority in css)
0edf770

Allen Park commited on

add hover and change purple to indigo & add css to gr.Blocks
b16c6b4

Allen Park commited on

add class for example button
6d1bb98

Allen Park commited on

add gr.Row back with question and answer
2ca5664

Allen Park commited on

fix(get rid of css string & get rid of gr.row for question and answer)
b084d79

Allen Park commited on

fix(make submit button primary varient)
19b3d90

Allen Park commited on

chore(update styiling to have default theme and font through gr.themes rather than imported cs)
daf0054

Allen Park commited on

add themes
16619b0

Allen Park commited on

fix(add red/green emojis to score)
9bd0a5d

Allen Park commited on

chore(remove old comments with unused code)
07651a1

Allen Park commited on

fix(replace double quotes with 3 ticks to resolve double quotes in strintg)
e200600

Allen Park commited on

fix(replaced football example with film example)
fbccd18

Allen Park commited on

fix(move examples below right side & get rid of header)
db1bb98

Allen Park commited on

feat(add clickable examples)
31afd70

Allen Park commited on

fix(increase height to 150px to show all elements clearly)
6b5935b

Allen Park commited on

fix(for now add fixed height 100px)
65a69a3

Allen Park commited on

fix(adjust button by height instead of display)
b79ff37

Allen Park commited on

fix(change height of button to auto with display: flex)
4c3a573

Allen Park commited on

fix(added class to make button fixed height)
034edb9

Allen Park commited on

fix(remove io.BytesIO when taking in docx file)
7144bca

Allen Park commited on

feat(docx text extraction): extract all the text from the uploaded docx file
6efea88

Allen Park commited on

fix(pdfplumber): replace the pdfplumber package and implementation with pymupdf
901a87e

Allen Park commited on

feat(pdf text extraction): extract all the text from the uploaded pdf file
e504a30

Allen Park commited on

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

add scale value of textbox input for document
0b27a4e

Allen Park commited on

print the type of filepath and filepath name
49a1729

Allen Park commited on

move upload file button to document/context
b9132f9

Allen Park commited 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 Park commited on

make gr.Group a variable that is passed in functions to change visibility dynamically
4a543db

Allen Park commited on

add visibility (false) for parent (gr.Group); possible breaking change as no trigger to make visibility true again
b9b1597

Allen Park commited on

print out filepath and file when uploaded
6fe41d2

Allen Park commited on

add visible parameters for all other gr.Markdown elements
a0cb5d0

Allen Park commited on

add visible=False for markdown when no file is uploaded yet
7a4d50b

Allen Park commited on