kellydoesstuff commited on
Commit
9eb04af
·
verified ·
1 Parent(s): 2da04f2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
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