Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -117,6 +117,9 @@ topics = """
|
|
| 117 |
- Providing standard English synonyms for slang
|
| 118 |
"""
|
| 119 |
|
|
|
|
|
|
|
|
|
|
| 120 |
# Setup the Gradio Blocks interface with custom layout components
|
| 121 |
with gr.Blocks(theme='gradio/soft') as demo:
|
| 122 |
gr.Markdown(welcome_message) # Display the formatted welcome message
|
|
|
|
| 117 |
- Providing standard English synonyms for slang
|
| 118 |
"""
|
| 119 |
|
| 120 |
+
callback = gr.CSVLogger()
|
| 121 |
+
|
| 122 |
+
|
| 123 |
# Setup the Gradio Blocks interface with custom layout components
|
| 124 |
with gr.Blocks(theme='gradio/soft') as demo:
|
| 125 |
gr.Markdown(welcome_message) # Display the formatted welcome message
|