Okuhle commited on
Commit
78b64b3
1 Parent(s): e289acd

make it better

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@ import gradio as gr
4
  import matplotlib
5
 
6
  openai.api_key = "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"
7
-
8
  start_sequence = "\nAI:"
9
  restart_sequence = "\nHuman: "
10
 
 
4
  import matplotlib
5
 
6
  openai.api_key = "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"
7
+ ##
8
  start_sequence = "\nAI:"
9
  restart_sequence = "\nHuman: "
10