rezaenayati commited on
Commit
c21439b
·
verified ·
1 Parent(s): 96a1a7f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -100,8 +100,9 @@ def chat_with_rezAi(message, history):
100
  # Simple Gradio interface
101
  demo = gr.ChatInterface(
102
  fn=chat_with_rezAi,
103
- title="Chat with RezAI",
104
- description="Ask me about Reza's background and experience!"
 
105
  )
106
 
107
  if __name__ == "__main__":
 
100
  # Simple Gradio interface
101
  demo = gr.ChatInterface(
102
  fn=chat_with_rezAi,
103
+ title="RezAI",
104
+ description="RezAI: Trained on Reza's resume.",
105
+ theme = "monochrome"
106
  )
107
 
108
  if __name__ == "__main__":