Kvikontent commited on
Commit
67c050f
1 Parent(s): e65e361

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -46,8 +46,9 @@ interface = gr.Interface(
46
  fn=chat,
47
  inputs="textbox",
48
  outputs="textbox",
49
- title="Gradio Chat App",
50
- description="Chat with an AI assistant (requires `google-generativeai`)",
 
51
  )
52
 
53
  interface.launch()
 
46
  fn=chat,
47
  inputs="textbox",
48
  outputs="textbox",
49
+ title="Gemini App",
50
+ description="Chat with an AI assistant",
51
+ theme="soft"
52
  )
53
 
54
  interface.launch()