Basu03 commited on
Commit
c36fc1d
·
1 Parent(s): 9fd32d6

minor bug fixes rltd library

Browse files
Files changed (2) hide show
  1. .DS_Store +0 -0
  2. app.py +2 -3
.DS_Store CHANGED
Binary files a/.DS_Store and b/.DS_Store differ
 
app.py CHANGED
@@ -39,9 +39,8 @@ demo = gr.ChatInterface(
39
  chatbot=gr.Chatbot(type="messages", show_copy_button=True),
40
  textbox=gr.Textbox(placeholder="Enter your answer here...", label="Your Response"),
41
  theme="soft",
42
- clear_button="Start New Interview",
43
- submit_button="Submit Answer"
44
  )
45
 
46
  if __name__ == "__main__":
47
- demo.launch()
 
39
  chatbot=gr.Chatbot(type="messages", show_copy_button=True),
40
  textbox=gr.Textbox(placeholder="Enter your answer here...", label="Your Response"),
41
  theme="soft",
42
+ submit_btn="Submit Answer"
 
43
  )
44
 
45
  if __name__ == "__main__":
46
+ demo.launch()