Spaces:
Runtime error
Runtime error
Vokturz
commited on
Commit
·
992ded3
1
Parent(s):
161a324
modify title
Browse files- README.md +1 -1
- src/app.py +2 -2
README.md
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
---
|
| 2 |
-
title: Can It Run? LLM
|
| 3 |
emoji: 🚀
|
| 4 |
colorFrom: red
|
| 5 |
colorTo: purple
|
|
|
|
| 1 |
---
|
| 2 |
+
title: Can It Run? LLM version
|
| 3 |
emoji: 🚀
|
| 4 |
colorFrom: red
|
| 5 |
colorTo: purple
|
src/app.py
CHANGED
|
@@ -4,9 +4,9 @@ from utils import extract_from_url, get_model, calculate_memory
|
|
| 4 |
import plotly.express as px
|
| 5 |
import numpy as np
|
| 6 |
|
| 7 |
-
st.set_page_config(page_title='Can you run it? LLM
|
| 8 |
|
| 9 |
-
st.title("Can you run it? LLM
|
| 10 |
|
| 11 |
percentage_width_main = 80
|
| 12 |
st.markdown(
|
|
|
|
| 4 |
import plotly.express as px
|
| 5 |
import numpy as np
|
| 6 |
|
| 7 |
+
st.set_page_config(page_title='Can you run it? LLM version', layout="wide", initial_sidebar_state="expanded")
|
| 8 |
|
| 9 |
+
st.title("Can you run it? LLM version")
|
| 10 |
|
| 11 |
percentage_width_main = 80
|
| 12 |
st.markdown(
|