lavanjv commited on
Commit
4ea7c94
1 Parent(s): ef223c8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -290,7 +290,7 @@ etext = """In America, where cars are an important part of the national psyche,
290
  examples_list = [
291
  ["How can I start learning JavaScript? Recommend some beginner-friendly resources."],
292
  [
293
- "What are the key steps to build a simple website from scratch?"
294
  ],
295
  ["Explain the concept of object-oriented programming in Python."],
296
  ["What are the essential programming languages for web development"],
@@ -331,7 +331,7 @@ with gr.Blocks(
331
  # )
332
  gr.Markdown(
333
  f"""<h5><center>{Path(model_loc).name}</center></h4>
334
- VecDigiChat: Level Up Your Communication - Unleashing the Power of Llama 2B LLM! powered by LAVAN and HuggingSpace.This is a part of VEC DigiLib Project""",
335
  elem_classes="xsmall",
336
  )
337
 
 
290
  examples_list = [
291
  ["How can I start learning JavaScript? Recommend some beginner-friendly resources."],
292
  [
293
+ "Suggest some book to learn Java"
294
  ],
295
  ["Explain the concept of object-oriented programming in Python."],
296
  ["What are the essential programming languages for web development"],
 
331
  # )
332
  gr.Markdown(
333
  f"""<h5><center>{Path(model_loc).name}</center></h4>
334
+ VecDigiChat: Level Up Your Communication - Unleashing the Power of Llama 2 LLM! powered by LAVAN and HuggingSpace.This is a part of VEC DigiLib Project""",
335
  elem_classes="xsmall",
336
  )
337