MohamedAAK commited on
Commit
87cad69
·
verified ·
1 Parent(s): 187fad1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -268,9 +268,9 @@ def ask(text):
268
  return answer
269
 
270
  with gr.Blocks() as server:
271
- with gr.Tab("LLM Inferencing"):
272
 
273
- model_input = gr.Textbox(label="Your Question:",
274
  value="What’s your question?", interactive=True)
275
  ask_button = gr.Button("Ask")
276
  model_output = gr.Textbox(label="The Answer:", interactive=False,
 
268
  return answer
269
 
270
  with gr.Blocks() as server:
271
+ with gr.Tab("48lawsofpower LLM Inferencing"):
272
 
273
+ model_input = gr.Textbox(label="Your Question about 48lawsofpower book:",
274
  value="What’s your question?", interactive=True)
275
  ask_button = gr.Button("Ask")
276
  model_output = gr.Textbox(label="The Answer:", interactive=False,