Poonawala commited on
Commit
1923879
·
verified ·
1 Parent(s): c583fdf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -114,8 +114,6 @@ body {
114
  color: #ff6347;
115
  text-align: center;
116
  margin-bottom: 1.5rem;
117
- font-weight: bold;
118
- text-align: center;
119
  }
120
  .container {
121
  max-width: 800px;
@@ -197,4 +195,4 @@ body {
197
  submit_button.click(fn=process_input, inputs=[prompt, model_name, user_type], outputs=response)
198
 
199
  if __name__ == "__main__":
200
- demo.launch(server_name="0.0.0.0", share=True, debug=True)
 
114
  color: #ff6347;
115
  text-align: center;
116
  margin-bottom: 1.5rem;
 
 
117
  }
118
  .container {
119
  max-width: 800px;
 
195
  submit_button.click(fn=process_input, inputs=[prompt, model_name, user_type], outputs=response)
196
 
197
  if __name__ == "__main__":
198
+ demo.launch(server_name="0.0.0.0", share=True, debug=True)