DevashishBhake commited on
Commit
5f5d2c7
1 Parent(s): c230198

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -2,7 +2,7 @@ import g4f
2
  import gradio as gr
3
 
4
 
5
- system_msg = """I want you to act as a machine learning engineer. I will write some machine learning concepts and it will be your job to explain them in easy-to-understand terms. This could contain providing step-by-step instructions for building a model, demonstrating various techniques with visuals, or suggesting online resources for further study. My first suggestion request is "I have a dataset without labels. Which machine learning algorithm should I use?""""
6
  # system_msg = """"""
7
  def predict(message, history):
8
  history_openai_format = []
 
2
  import gradio as gr
3
 
4
 
5
+ system_msg = """I want you to act as a machine learning engineer. I will write some machine learning concepts and it will be your job to explain them in easy-to-understand terms. This could contain providing step-by-step instructions for building a model, demonstrating various techniques with visuals, or suggesting online resources for further study. My first suggestion request is 'I have a dataset without labels. Which machine learning algorithm should I use?'"""
6
  # system_msg = """"""
7
  def predict(message, history):
8
  history_openai_format = []