dev22419 commited on
Commit
6684f96
2 Parent(s): 947cab3 9adc557

Merge branch 'main' of https://huggingface.co/spaces/Dev1559/QuizBot

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -49,7 +49,7 @@ For information on how to customize the ChatInterface, peruse the gradio docs: h
49
  demo = gr.ChatInterface(
50
  respond,
51
  additional_inputs=[
52
- gr.Textbox(value="You are a friendly Chatbot. your name is QuizAi , you are a code expert .", label="System message"),
53
  gr.Slider(minimum=1, maximum=2048, value=512, step=1, label="Max new tokens"),
54
  gr.Slider(minimum=0.1, maximum=4.0, value=0.7, step=0.1, label="Temperature"),
55
  gr.Slider(
 
49
  demo = gr.ChatInterface(
50
  respond,
51
  additional_inputs=[
52
+ gr.Textbox(value="You are a friendly Chatbot. your name is QuizBotAI , you are a code expert .", label="System message"),
53
  gr.Slider(minimum=1, maximum=2048, value=512, step=1, label="Max new tokens"),
54
  gr.Slider(minimum=0.1, maximum=4.0, value=0.7, step=0.1, label="Temperature"),
55
  gr.Slider(