mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-07-30 07:39:38 +00:00
tabs
This commit is contained in:
parent
eafa89c52d
commit
93dac81591
1 changed files with 11 additions and 13 deletions
|
@ -108,16 +108,14 @@ User> What other countries should I consider to club?
|
||||||
inference> Considering your interest in Switzerland, here are some neighboring countries that you may want to consider visiting:
|
inference> Considering your interest in Switzerland, here are some neighboring countries that you may want to consider visiting:
|
||||||
```
|
```
|
||||||
|
|
||||||
```{tabs}
|
::::{tab-set}
|
||||||
```{tab} Python
|
|
||||||
```python
|
:::{tab-item} Label1
|
||||||
def hello():
|
Content 1
|
||||||
print("Hello, World!")
|
:::
|
||||||
```
|
|
||||||
```{tab} JavaScript
|
:::{tab-item} Label2
|
||||||
```javascript
|
Content 2
|
||||||
function hello() {
|
:::
|
||||||
console.log("Hello, World!");
|
|
||||||
}
|
::::
|
||||||
```
|
|
||||||
```
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue