Spaces:
Running
Running
Ashhar
commited on
Commit
·
c69c2b8
1
Parent(s):
e101a7b
rename title
Browse files
app.py
CHANGED
@@ -33,7 +33,7 @@ st.markdown(
|
|
33 |
<style>
|
34 |
h1 {
|
35 |
font-family: 'Whisper' !important;
|
36 |
-
font-size: 2.2rem !important;
|
37 |
}
|
38 |
.big-font {
|
39 |
font-size:20px !important;
|
@@ -316,7 +316,7 @@ def refine_recipe(original_recipe, user_refinement, language='English'):
|
|
316 |
|
317 |
|
318 |
# Main Streamlit App
|
319 |
-
st.title("🥘 Magic Recipe
|
320 |
st.markdown("*Discover the secrets behind your favorite dishes!*", unsafe_allow_html=True)
|
321 |
|
322 |
# Sidebar for Cooking Equipment
|
|
|
33 |
<style>
|
34 |
h1 {
|
35 |
font-family: 'Whisper' !important;
|
36 |
+
# font-size: 2.2rem !important;
|
37 |
}
|
38 |
.big-font {
|
39 |
font-size:20px !important;
|
|
|
316 |
|
317 |
|
318 |
# Main Streamlit App
|
319 |
+
st.title("🥘 Magic Recipe")
|
320 |
st.markdown("*Discover the secrets behind your favorite dishes!*", unsafe_allow_html=True)
|
321 |
|
322 |
# Sidebar for Cooking Equipment
|