SarowarSaurav commited on
Commit
8b3495f
1 Parent(s): 1bcd1f6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -3786,7 +3786,7 @@ with gr.Blocks(css=css) as demo:
3786
  gr.Interface(
3787
  fn=chatbot_interface,
3788
  inputs=gr.Textbox(label="Acronym", placeholder="Enter Acronym Here"),
3789
- outputs=gr.Textbox(label="Answer"),
3790
  theme='default',
3791
  )
3792
  gr.HTML(footer_content)
 
3786
  gr.Interface(
3787
  fn=chatbot_interface,
3788
  inputs=gr.Textbox(label="Acronym", placeholder="Enter Acronym Here"),
3789
+ outputs=gr.Textbox(label="Result"),
3790
  theme='default',
3791
  )
3792
  gr.HTML(footer_content)