Nymbo commited on
Commit
4513a2f
1 Parent(s): c044d7a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -60,6 +60,7 @@ demo = gr.ChatInterface(
60
 
61
  ],
62
  theme="Nymbo/Alyx_Theme",
 
63
  )
64
  if __name__ == "__main__":
65
  demo.launch()
 
60
 
61
  ],
62
  theme="Nymbo/Alyx_Theme",
63
+ height=700
64
  )
65
  if __name__ == "__main__":
66
  demo.launch()