Akash473 commited on
Commit
a04f806
·
verified ·
1 Parent(s): e0456b2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -4
app.py CHANGED
@@ -83,10 +83,8 @@ initial_prompt = "Hello John! Welcome to our simulation interview for the Soluti
83
 
84
  gr.ChatInterface(
85
  generate,
86
- [
87
- gr.Textbox(label="Initial Prompt", type="text", default=initial_prompt),
88
- *additional_inputs,
89
- ],
90
  gr.Chatbot(show_label=False, show_share_button=False, show_copy_button=True, likeable=True, layout="panel"),
91
  title="Gen-AIInterviewUseCase featuring Mistral 7B",
92
  ).launch(show_api=False)
 
83
 
84
  gr.ChatInterface(
85
  generate,
86
+ gr.Textbox(label="Initial Prompt", type="text", default=initial_prompt),
87
+ *additional_inputs,
 
 
88
  gr.Chatbot(show_label=False, show_share_button=False, show_copy_button=True, likeable=True, layout="panel"),
89
  title="Gen-AIInterviewUseCase featuring Mistral 7B",
90
  ).launch(show_api=False)