project-code-py icon indicating copy to clipboard operation
project-code-py copied to clipboard

Leetcode using AI

Results 6 project-code-py issues
Sort by recently updated
recently updated
newest added

app.py loads every time from new the model intro ram, by press Get Answer, best way will be load model then just Get Answer and model stays in ram if...

min_length = st.sidebar.slider(label='Min length ', min_value=15, max_value=1024, value=20, step=1) max_length = st.sidebar.slider(label='Max length ', max_value=1024, value=100, step=1) ![Bildschirmfoto 2021-12-05 um 19 14 38](https://user-images.githubusercontent.com/75278757/144758363-c530e408-f293-410f-8edd-6cbb543026b3.png)

Hi, the link https://share.streamlit.io/gagan3012/project-code-py/app.py is not working. It says: Error running the app. ![image](https://user-images.githubusercontent.com/40647091/126060489-8bc79342-f954-4ccb-a58c-2c03fa18a0b8.png) Pls fix that problem, thanks

https://share.streamlit.io/gagan3012/project-code-py/app.py this link is not working.

**Is your feature request related to a problem? Please describe.** Gpt j model to be created **Describe the solution you'd like** A clear and concise description of what you want...

# Fixes # # Proposed Changes