deeploy-adubowski commited on
Commit
46beb4a
·
1 Parent(s): e38052c

Remove sidebar width styling

Browse files
Files changed (1) hide show
  1. app.py +0 -11
app.py CHANGED
@@ -18,17 +18,6 @@ st.set_page_config(layout="wide")
18
 
19
  st.title("Your title")
20
 
21
- st.markdown(
22
- """
23
- <style>
24
- section[data-testid="stSidebar"] {
25
- width: 300px !important;
26
- }
27
- </style>
28
- """,
29
- unsafe_allow_html=True,
30
- ) # Set the side bar width to fit the Deeploy logo
31
-
32
 
33
  def get_model_url():
34
  """Function to get Deeploy model URL and split it into workspace and deployment ID."""
 
18
 
19
  st.title("Your title")
20
 
 
 
 
 
 
 
 
 
 
 
 
21
 
22
  def get_model_url():
23
  """Function to get Deeploy model URL and split it into workspace and deployment ID."""