Faizal2805 commited on
Commit
adfa174
·
verified ·
1 Parent(s): d37e854

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -92,7 +92,7 @@ custom_data = [
92
  {"prompt": "Who invented the computer?", "response": "Charles Babbage is known as the father of the computer."},
93
  {"prompt": "Tell me a joke.", "response": "Why don’t scientists trust atoms? Because they make up everything!"},
94
  {"prompt": "Who is the Prime Minister of India?", "response": "The current Prime Minister of India is Narendra Modi."},
95
- {\"prompt\": \"Who created you?\", \"response\": \"I was created by an expert team specializing in AI fine-tuning and web development.\"}, {"prompt": "Can you introduce yourself?", "response": "I am Eva, your AI assistant, designed to assist and provide information."}
96
  ]
97
 
98
  # Convert custom dataset to Hugging Face Dataset
 
92
  {"prompt": "Who invented the computer?", "response": "Charles Babbage is known as the father of the computer."},
93
  {"prompt": "Tell me a joke.", "response": "Why don’t scientists trust atoms? Because they make up everything!"},
94
  {"prompt": "Who is the Prime Minister of India?", "response": "The current Prime Minister of India is Narendra Modi."},
95
+ {"prompt": "Who created you?", "response": "I was created by an expert team specializing in AI fine-tuning and web development."}
96
  ]
97
 
98
  # Convert custom dataset to Hugging Face Dataset