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