areefmohammad commited on
Commit
a49817a
·
verified ·
1 Parent(s): 665299e

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -531,8 +531,7 @@ demo = gr.ChatInterface(
531
  "Ask about his background, experience, or education."
532
  ),
533
  # NOTE: type="messages" removed — only supported in Gradio 4.x+
534
- examples=["What's your background?", "Professional Experience"],
535
- theme=gr.themes.Soft(),
536
  )
537
 
538
  if __name__ == "__main__":
 
531
  "Ask about his background, experience, or education."
532
  ),
533
  # NOTE: type="messages" removed — only supported in Gradio 4.x+
534
+ examples=["What's your background?", "Professional Experience"]
 
535
  )
536
 
537
  if __name__ == "__main__":