techguy1423 commited on
Commit
2e8ed25
·
1 Parent(s): 434999d

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. test3.py +1 -1
test3.py CHANGED
@@ -44,6 +44,6 @@ def chat(message, history):
44
 
45
  return ai_response
46
  iface = gr.ChatInterface(fn=chat)
47
- iface.textbox(content="ChatABT. A real mean ai. i dont have the money to run this 24/7 lol.")
48
  # Launch the Gradio chat interface
49
  iface.launch()
 
44
 
45
  return ai_response
46
  iface = gr.ChatInterface(fn=chat)
47
+ iface.title(content="ChatABT. A real mean ai. i dont have the money to run this 24/7 lol.")
48
  # Launch the Gradio chat interface
49
  iface.launch()