Update src/streamlit_app.py
Browse files- src/streamlit_app.py +5 -5
src/streamlit_app.py
CHANGED
@@ -1,10 +1,10 @@
|
|
1 |
#!/usr/bin/env python3
|
2 |
"""
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
|
9 |
import streamlit as st
|
10 |
import pandas as pd
|
|
|
1 |
#!/usr/bin/env python3
|
2 |
"""
|
3 |
+
LLM Compatibility Advisor - Streamlined with Download Sizes
|
4 |
+
Author: Assistant
|
5 |
+
Description: Provides device-based LLM recommendations with popular models and download sizes
|
6 |
+
Requirements: streamlit, pandas, plotly, openpyxl
|
7 |
+
"""
|
8 |
|
9 |
import streamlit as st
|
10 |
import pandas as pd
|