GooeyAI / gooey-server

The core orchestration logic behind Gooey.AI
https://gooey.ai
Other
9 stars 2 forks source link

Fix z-index issue for Sticky Submit bar #428

Closed anish-work closed 2 months ago

anish-work commented 2 months ago

Co-related PR - https://github.com/GooeyAI/gooey-gui/pull/38

Q/A checklist


Executed in 1.15 secs fish external usr time 2.22 secs 86.00 micros 2.22 secs sys time 0.72 secs 613.00 micros 0.72 secs

To reduce import times, import libraries that take a long time inside the functions that use them instead of at the top of the file:
```python
def my_function():
    import pandas as pd
    ...

Legal Boilerplate

Look, I get it. The entity doing business as “Gooey.AI” and/or “Dara.network” was incorporated in the State of Delaware in 2020 as Dara Network Inc. and is gonna need some rights from me in order to utilize my contributions in this PR. So here's the deal: I retain all rights, title and interest in and to my contributions, and by keeping this boilerplate intact I confirm that Dara Network Inc can use, modify, copy, and redistribute my contributions, under its choice of terms.


devxpy commented 2 months ago

we use gui.file_uploader in more than one place

devxpy commented 2 months ago

lgtm if it looks good on https://gooey.ai/account/profile/ upload buttons

anish-work commented 2 months ago

Screenshot 2024-08-14 at 2 28 32 AM lgtm if it looks good on https://gooey.ai/account/profile/ upload buttons

@devxpy I checked it looks fine