eaglelandsonce commited on
Commit
d1b61fc
1 Parent(s): e8bc2e1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -307,9 +307,7 @@ with gr.Blocks() as demo:
307
  gr.Textbox(label="Translated Email"),
308
  gr.Textbox(label="Reply in English"),
309
  gr.Textbox(label="Reply in Original Language")
310
- ],
311
- title="Chain Example: Language, Summary, Translate, Respond & Translate",
312
- description="Translates an email to English, provides a summary, plausible reply and translates back to the sender"
313
  )
314
 
315
 
 
307
  gr.Textbox(label="Translated Email"),
308
  gr.Textbox(label="Reply in English"),
309
  gr.Textbox(label="Reply in Original Language")
310
+ ]
 
 
311
  )
312
 
313