dmurali commited on
Commit
a347e93
1 Parent(s): c04d2bd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -71,7 +71,7 @@ with gr.Blocks(theme=gr.themes.Monochrome()) as demo:
71
 
72
  gr.Markdown("""<h1><center>OpenAI FAM/FAH Chatbot</center></h1>""")
73
  MIL_Password = gr.Textbox(type='password', label="Enter the Password")#, width=250)
74
- chatbot = gr.Chatbot(avatar_images=["gpt.jpg", "user.jpeg"])
75
  state = gr.State()
76
  text = gr.Textbox(label="Input", info="", lines=2, placeholder="Ask me a question about the FAM and FAH.")
77
  submit = gr.Button("SEND")
 
71
 
72
  gr.Markdown("""<h1><center>OpenAI FAM/FAH Chatbot</center></h1>""")
73
  MIL_Password = gr.Textbox(type='password', label="Enter the Password")#, width=250)
74
+ chatbot = gr.Chatbot(avatar_images=["user.jpeg", "gpt.jpg"])
75
  state = gr.State()
76
  text = gr.Textbox(label="Input", info="", lines=2, placeholder="Ask me a question about the FAM and FAH.")
77
  submit = gr.Button("SEND")