qwerty45-uiop commited on
Commit
55f5c3c
·
verified ·
1 Parent(s): b8d4ff0

Update src/streamlit_app.py

Browse files
Files changed (1) hide show
  1. src/streamlit_app.py +5 -5
src/streamlit_app.py CHANGED
@@ -1,10 +1,10 @@
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
 
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