Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -12,7 +12,7 @@ def text_to_speech(text):
|
|
12 |
|
13 |
def main():
|
14 |
# Layout with three columns
|
15 |
-
col1, col2 = st.columns([
|
16 |
|
17 |
with col1:
|
18 |
# Title with custom CSS styling for top margin
|
|
|
12 |
|
13 |
def main():
|
14 |
# Layout with three columns
|
15 |
+
col1, col2 = st.columns([11, 1])
|
16 |
|
17 |
with col1:
|
18 |
# Title with custom CSS styling for top margin
|