Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -448,11 +448,6 @@ def whisper_main():
|
|
448 |
# Create columns
|
449 |
col1, col2, col3 = st.columns([1, 1, 1], gap="small")
|
450 |
|
451 |
-
# Add buttons to columns
|
452 |
-
if col1.button("Generate Limericks: 😂"):
|
453 |
-
StreamLLMChatResponse(descriptions["Generate Limericks: 😂"])
|
454 |
-
# Create columns
|
455 |
-
col1, col2, col3 = st.columns([1, 1, 1], gap="small")
|
456 |
# Add buttons to columns
|
457 |
if col1.button("Generate Limericks: 😂"):
|
458 |
StreamLLMChatResponse(descriptions["Generate Limericks: 😂"])
|
|
|
448 |
# Create columns
|
449 |
col1, col2, col3 = st.columns([1, 1, 1], gap="small")
|
450 |
|
|
|
|
|
|
|
|
|
|
|
451 |
# Add buttons to columns
|
452 |
if col1.button("Generate Limericks: 😂"):
|
453 |
StreamLLMChatResponse(descriptions["Generate Limericks: 😂"])
|