MCPcopy Create free account
hub / github.com/Mrinank-Bhowmick/python-beginner-projects / title

Method title

projects/Skycast/skycast.py:15–21  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

13 self.weather_option = "Today's Weather"
14
15 def title(self):
16 st.markdown(
17 '<div style="border: 1px solid #ccc; padding: 20px; border-radius: 10px;">'
18 '<h1 style="text-align: center; color: #0080FF;">SkyCast 🌤️</h1>'
19 "</div>",
20 unsafe_allow_html=True,
21 )
22
23 def input(self):
24 st.sidebar.title("Weather Options")

Callers 15

2.pyFile · 0.80
main.pyFile · 0.80
type_racer.pyFile · 0.80
ping_pong.pyFile · 0.80
clean_stringMethod · 0.80
__init__Method · 0.80
GUIimage.pyFile · 0.80
executeMethod · 0.80
mainFunction · 0.80
guess_num_v2.pyFile · 0.80
checkFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected