awacke1 commited on
Commit
68cbcae
·
1 Parent(s): 4ce11e4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -1
app.py CHANGED
@@ -126,8 +126,11 @@ description = """
126
  # 6. Use Gradio to pull it all together
127
  with gr.Blocks(css = """#col_container {width: 1000px; margin-left: auto; margin-right: auto;}
128
  #chatbot {height: 520px; overflow: auto;}""") as demo:
 
 
129
  gr.HTML(title)
130
- gr.HTML('''<center><a href="https://huggingface.co/spaces/ysharma/ChatGPTwithAPI?duplicate=true"><img src="https://bit.ly/3gLdBN6" alt="Duplicate Space"></a>Duplicate the Space and run securely with your OpenAI API Key</center>''')
 
131
  with gr.Column(elem_id = "col_container"):
132
  chatbot = gr.Chatbot(elem_id='chatbot') #c
133
  inputs = gr.Textbox(placeholder= "Hi there!", label= "Type an input and press Enter") #t
 
126
  # 6. Use Gradio to pull it all together
127
  with gr.Blocks(css = """#col_container {width: 1000px; margin-left: auto; margin-right: auto;}
128
  #chatbot {height: 520px; overflow: auto;}""") as demo:
129
+
130
+
131
  gr.HTML(title)
132
+
133
+
134
  with gr.Column(elem_id = "col_container"):
135
  chatbot = gr.Chatbot(elem_id='chatbot') #c
136
  inputs = gr.Textbox(placeholder= "Hi there!", label= "Type an input and press Enter") #t