markredito commited on
Commit
470fc0a
·
verified ·
1 Parent(s): 9d40e7f

removed scale from gr.ChatInterface

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -138,7 +138,7 @@ with gr.Blocks(fill_height=True) as demo:
138
  additional_inputs=[max_tokens_slider, temperature_slider, top_p_slider],
139
  #title="RAG Chatbot",
140
  #description="Ask me anything about the documents in my knowledge base!",
141
- scale=1,
142
  examples=[
143
  ["How to do great work by Paul Graham?", 512, 0.7, 0.95],
144
  ["What are the key points in the article about doing great work?", 512, 0.7, 0.95],
 
138
  additional_inputs=[max_tokens_slider, temperature_slider, top_p_slider],
139
  #title="RAG Chatbot",
140
  #description="Ask me anything about the documents in my knowledge base!",
141
+ #scale=1,
142
  examples=[
143
  ["How to do great work by Paul Graham?", 512, 0.7, 0.95],
144
  ["What are the key points in the article about doing great work?", 512, 0.7, 0.95],