TechWithAnirudh commited on
Commit
9cd0bf1
·
1 Parent(s): fee0019

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -65,9 +65,9 @@ def initialize_prompt(history):
65
 
66
 
67
  with gr.Blocks() as demo:
68
- gr.Markdown("""<h3><center>ChatGPT Hacked</center></h3>""")
69
  gr.Markdown(
70
- """This is a hacked version of the original ChatGPT demo. It is a work in progress.
71
  """
72
  )
73
 
 
65
 
66
 
67
  with gr.Blocks() as demo:
68
+ gr.Markdown("""<h3><center>Free ChatGPT</center></h3>""")
69
  gr.Markdown(
70
+ """This is a free version of chatgpt built by @techwithanirudh.
71
  """
72
  )
73