ZeroCool940711
|
7084e94bdf
|
Moved the model to server_state instead of session_state so it can be shared between multiple sessions, tabs and users as long as the streamlit server is running.
|
2022-09-25 00:03:05 -07:00 |
|
ZeroCool940711
|
9c12a6a322
|
Changed the search bar text_input widget to have a label as its not allowed to be empty on streamlit 1.13.0 and will give a warning and possible an error later.
|
2022-09-24 18:05:08 -07:00 |
|
Qualzz
|
6ae84c6c3a
|
better library browser (#1281)
* better library browser
* removed debug prints
|
2022-09-24 00:20:51 +01:00 |
|
Qualzz
|
75eac9c5c0
|
moved pagination logic before the rendering of the component (#1268)
|
2022-09-22 23:09:42 +03:00 |
|
ZeroCool940711
|
e874a2d6a7
|
Added condition to check if the concepts library folder exist and if not tell the user where to download the concepts from.
|
2022-09-20 22:15:49 -07:00 |
|
ZeroCool940711
|
8584205e11
|
Added implementation of the Concepts Library tab made by @Qualzz.
|
2022-09-20 21:06:00 -07:00 |
|
ZeroCool940711
|
fdd0c38ac2
|
Added missing sd_concept_library.py file.
|
2022-09-18 09:15:05 -07:00 |
|