ambrosfitz commited on
Commit
22b900e
·
verified ·
1 Parent(s): d45e0ae

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -42,8 +42,7 @@ iface = gr.Interface(
42
  inputs=[gr.Textbox(label="Enter your question:"), gr.State()],
43
  outputs=[gr.Textbox(label="Responses"), gr.State()],
44
  title="HistoryBot Chat",
45
- description="Interact with HistoryBot, a specialized assistant for American History. Ask any historical questions to get detailed and nuanced answers.",
46
- layout="vertical"
47
  )
48
 
49
  iface.launch()
 
42
  inputs=[gr.Textbox(label="Enter your question:"), gr.State()],
43
  outputs=[gr.Textbox(label="Responses"), gr.State()],
44
  title="HistoryBot Chat",
45
+ description="Interact with HistoryBot, a specialized assistant for American History. Ask any historical questions to get detailed and nuanced answers."
 
46
  )
47
 
48
  iface.launch()