ArdaSaygan commited on
Commit
c2cb504
·
1 Parent(s): ed6061c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -42,7 +42,7 @@ with gr.Blocks() as demo:
42
  def uploadApi(apikey):
43
  openai.api_key = apikey
44
 
45
- gr.Markdown("This little app is a demonstration of how LLMs can be used to create Polls from a chat. To give it a try, discuss a topic with ChatGPT first and then push Generate Poll button. Poll question will be generated on the context of the chat."
46
 
47
  chatbot = gr.Chatbot().style(height=460)
48
  input = gr.Textbox(label="Messeage")
 
42
  def uploadApi(apikey):
43
  openai.api_key = apikey
44
 
45
+ gr.Markdown("This little app is a demonstration of how LLMs can be used to create Polls from a chat. To give it a try, discuss a topic with ChatGPT first and then push Generate Poll button. Poll question will be generated on the context of the chat.")
46
 
47
  chatbot = gr.Chatbot().style(height=460)
48
  input = gr.Textbox(label="Messeage")